commit:     2c7b21b46c91937d6e24e80f1ece61c90250d772
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 27 10:21:59 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Sep 27 10:27:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c7b21b4

x11-misc/gpaste: stylize 3.36.3

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 x11-misc/gpaste/gpaste-3.36.3.ebuild | 22 +++++++++++-----------
 1 file 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 ed725004116..c80647c39d7 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

Reply via email to