summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormudler <mudler@sabayon.org>2016-08-25 00:04:56 +0200
committerNP-Hardass <NP-Hardass@gentoo.org>2016-08-24 18:27:16 -0400
commitb7d0607f6166dcb0026ccf4dcc621a8e8a4f72d5 (patch)
tree6a2ee48901026f1acb8b9a7724a03695dcb70c83
parentmate-extra/mate-user-share: Split into COMMON_DEPEND (diff)
downloadgentoo-mate-b7d0607f.tar.gz
gentoo-mate-b7d0607f.tar.bz2
gentoo-mate-b7d0607f.zip
x11-misc/mate-notification-daemon: Use COMMON_DEPEND
Package-Manager: portage-2.2.26 Signed-off-by: NP-Hardass <NP-Hardass@gentoo.org>
-rw-r--r--x11-misc/mate-notification-daemon/mate-notification-daemon-9999.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-misc/mate-notification-daemon/mate-notification-daemon-9999.ebuild b/x11-misc/mate-notification-daemon/mate-notification-daemon-9999.ebuild
index b316396..df6f6e1 100644
--- a/x11-misc/mate-notification-daemon/mate-notification-daemon-9999.ebuild
+++ b/x11-misc/mate-notification-daemon/mate-notification-daemon-9999.ebuild
@@ -18,8 +18,7 @@ SLOT="0"
IUSE="gtk3"
-RDEPEND="
- dev-libs/atk:0
+COMMON_DEPEND="dev-libs/atk:0
>=dev-libs/dbus-glib-0.78:0
>=dev-libs/glib-2.36:2
>=sys-apps/dbus-1:0
@@ -42,7 +41,9 @@ RDEPEND="
!x11-misc/qtnotifydaemon:*
!x11-misc/notification-daemon:*"
-DEPEND="${RDEPEND}
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
app-arch/xz-utils:0
>=dev-util/intltool-0.50.1:*
sys-devel/gettext:*