summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-09-27 13:21:59 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-09-27 13:27:27 +0300
commit2c7b21b46c91937d6e24e80f1ece61c90250d772 (patch)
tree12391e767c376c578036dc2fd5a6bce6957f9e94 /x11-misc
parentx11-misc/gpaste: bump to 3.36 (diff)
downloadgentoo-2c7b21b46c91937d6e24e80f1ece61c90250d772.tar.gz
gentoo-2c7b21b46c91937d6e24e80f1ece61c90250d772.tar.bz2
gentoo-2c7b21b46c91937d6e24e80f1ece61c90250d772.zip
x11-misc/gpaste: stylize 3.36.3
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/gpaste/gpaste-3.36.3.ebuild22
1 files changed, 11 insertions, 11 deletions
diff --git a/x11-misc/gpaste/gpaste-3.36.3.ebuild b/x11-misc/gpaste/gpaste-3.36.3.ebuild
index ed725004116e..c80647c39d7f 100644
--- a/x11-misc/gpaste/gpaste-3.36.3.ebuild
+++ b/x11-misc/gpaste/gpaste-3.36.3.ebuild
@@ -15,39 +15,39 @@ SRC_URI="https://github.com/Keruspe/GPaste/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="+introspection +gnome vala systemd"
+IUSE="+gnome +introspection systemd vala"
REQUIRED_USE="
- vala? ( introspection )
gnome? ( introspection )
+ vala? ( introspection )
"
DEPEND="
- x11-libs/pango
dev-libs/appstream-glib
>=dev-libs/glib-2.48:2
- introspection? (
- >=x11-wm/mutter-3.36[introspection]
- dev-libs/gjs
- >=dev-libs/gobject-introspection-1.48.0
- )
sys-apps/dbus
>=x11-libs/gdk-pixbuf-2.34:2
>=x11-libs/gtk+-3.20:3
x11-libs/libX11
x11-libs/libXi
+ x11-libs/pango
gnome? (
>=x11-wm/mutter-3.36
)
+ introspection? (
+ dev-libs/gjs
+ >=dev-libs/gobject-introspection-1.48.0
+ >=x11-wm/mutter-3.36[introspection]
+ )
"
BDEPEND="
- vala? ( $(vala_depend) )
+ virtual/pkgconfig
gnome? (
gnome-base/gnome-control-center:2
)
- virtual/pkgconfig
systemd? (
sys-apps/systemd
)
+ vala? ( $(vala_depend) )
"
RDEPEND="${DEPEND}
gnome? (
@@ -59,7 +59,7 @@ RDEPEND="${DEPEND}
)
"
-S=${WORKDIR}/GPaste-${PV}
+S="${WORKDIR}/GPaste-${PV}"
src_prepare() {
use vala && vala_src_prepare