summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNP-Hardass <NP-Hardass@gentoo.org>2016-08-24 20:54:07 -0400
committerNP-Hardass <NP-Hardass@gentoo.org>2016-08-24 20:54:07 -0400
commitbd884c2d9e6a97af290aae34963c71a818cf83e1 (patch)
tree793c78d00a827dbe299de61b52e44c1ed5c5af9d
parentmate-extra/mate-media: use COMMON_DEPEND (diff)
downloadgentoo-mate-bd884c2d.tar.gz
gentoo-mate-bd884c2d.tar.bz2
gentoo-mate-bd884c2d.zip
mate-extra/mate-polkit: split to COMMON_DEPEND
Package-Manager: portage-2.3.0
-rw-r--r--mate-extra/mate-polkit/mate-polkit-9999.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/mate-extra/mate-polkit/mate-polkit-9999.ebuild b/mate-extra/mate-polkit/mate-polkit-9999.ebuild
index 7886fc2..a107de0 100644
--- a/mate-extra/mate-polkit/mate-polkit-9999.ebuild
+++ b/mate-extra/mate-polkit/mate-polkit-9999.ebuild
@@ -16,11 +16,10 @@ SLOT="0"
IUSE="accountsservice appindicator debug examples gtk3 +introspection"
-RDEPEND=">=dev-libs/glib-2.36:2
+COMMON_DEPEND=">=dev-libs/glib-2.36:2
>=sys-auth/polkit-0.102:0[introspection?]
x11-libs/gdk-pixbuf:2[introspection?]
virtual/libintl:0
- accountsservice? ( sys-apps/accountsservice:0[introspection?] )
!gtk3? (
>=x11-libs/gtk+-2.24:2[introspection?]
appindicator? ( dev-libs/libappindicator:2 )
@@ -31,7 +30,10 @@ RDEPEND=">=dev-libs/glib-2.36:2
)
introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )"
-DEPEND="${RDEPEND}
+RDEPEND="${COMMON_DEPEND}
+ accountsservice? ( sys-apps/accountsservice:0[introspection?] )"
+
+DEPEND="${COMMON_DEPEND}
dev-util/gtk-doc
dev-util/gtk-doc-am
>=dev-util/intltool-0.35:*