Gentoo Archives: gentoo-commits

From: NP Hardass <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-mate:split-deps commit in: x11-misc/mate-notification-daemon/
Date: Wed, 24 Aug 2016 22:58:09
Message-Id: 1472077636.b7d0607f6166dcb0026ccf4dcc621a8e8a4f72d5.np-hardass@gentoo
1 commit: b7d0607f6166dcb0026ccf4dcc621a8e8a4f72d5
2 Author: mudler <mudler <AT> sabayon <DOT> org>
3 AuthorDate: Wed Aug 24 22:04:56 2016 +0000
4 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 24 22:27:16 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=b7d0607f
7
8 x11-misc/mate-notification-daemon: Use COMMON_DEPEND
9
10 Package-Manager: portage-2.2.26
11
12 Signed-off-by: NP-Hardass <NP-Hardass <AT> gentoo.org>
13
14 .../mate-notification-daemon/mate-notification-daemon-9999.ebuild | 7 ++++---
15 1 file changed, 4 insertions(+), 3 deletions(-)
16
17 diff --git a/x11-misc/mate-notification-daemon/mate-notification-daemon-9999.ebuild b/x11-misc/mate-notification-daemon/mate-notification-daemon-9999.ebuild
18 index b316396..df6f6e1 100644
19 --- a/x11-misc/mate-notification-daemon/mate-notification-daemon-9999.ebuild
20 +++ b/x11-misc/mate-notification-daemon/mate-notification-daemon-9999.ebuild
21 @@ -18,8 +18,7 @@ SLOT="0"
22
23 IUSE="gtk3"
24
25 -RDEPEND="
26 - dev-libs/atk:0
27 +COMMON_DEPEND="dev-libs/atk:0
28 >=dev-libs/dbus-glib-0.78:0
29 >=dev-libs/glib-2.36:2
30 >=sys-apps/dbus-1:0
31 @@ -42,7 +41,9 @@ RDEPEND="
32 !x11-misc/qtnotifydaemon:*
33 !x11-misc/notification-daemon:*"
34
35 -DEPEND="${RDEPEND}
36 +RDEPEND="${COMMON_DEPEND}"
37 +
38 +DEPEND="${COMMON_DEPEND}
39 app-arch/xz-utils:0
40 >=dev-util/intltool-0.50.1:*
41 sys-devel/gettext:*