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: mate-extra/mate-user-share/
Date: Wed, 24 Aug 2016 22:58:08
Message-Id: 1472076916.496c80c895e8a677b26a8273f0c2ed0efaf80839.np-hardass@gentoo
1 commit: 496c80c895e8a677b26a8273f0c2ed0efaf80839
2 Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 24 22:15:16 2016 +0000
4 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 24 22:15:16 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=496c80c8
7
8 mate-extra/mate-user-share: Split into COMMON_DEPEND
9
10 Package-Manager: portage-2.3.0
11
12 mate-extra/mate-user-share/mate-user-share-9999.ebuild | 10 ++++++----
13 1 file changed, 6 insertions(+), 4 deletions(-)
14
15 diff --git a/mate-extra/mate-user-share/mate-user-share-9999.ebuild b/mate-extra/mate-user-share/mate-user-share-9999.ebuild
16 index a7e2057..6644c16 100644
17 --- a/mate-extra/mate-user-share/mate-user-share-9999.ebuild
18 +++ b/mate-extra/mate-user-share/mate-user-share-9999.ebuild
19 @@ -18,7 +18,7 @@ SLOT="0"
20
21 IUSE="X gtk3"
22
23 -RDEPEND="
24 +COMMON_DEPEND="
25 >=dev-libs/dbus-glib-0.70:0
26 >=dev-libs/glib-2.15.2:2
27 >=mate-base/caja-1.6[gtk3(-)=]
28 @@ -27,8 +27,6 @@ RDEPEND="
29 x11-libs/libX11:0
30 x11-libs/pango:0
31 >=x11-libs/libnotify-0.7:0
32 - >=www-apache/mod_dnssd-0.6:0
33 - >=www-servers/apache-2.2:2[apache2_modules_dav,apache2_modules_dav_fs,apache2_modules_authn_file,apache2_modules_auth_digest,apache2_modules_authz_groupfile]
34 virtual/libintl:0
35 !gtk3? (
36 >=dev-libs/libunique-1:1
37 @@ -41,7 +39,11 @@ RDEPEND="
38 >=x11-libs/gtk+-3.0:3
39 )"
40
41 -DEPEND="${RDEPEND}
42 +RDEPEND="${COMMON_DEPEND}
43 + >=www-apache/mod_dnssd-0.6:0
44 + >=www-servers/apache-2.2:2[apache2_modules_dav,apache2_modules_dav_fs,apache2_modules_authn_file,apache2_modules_auth_digest,apache2_modules_authz_groupfile]"
45 +
46 +DEPEND="${COMMON_DEPEND}
47 app-text/docbook-xml-dtd:4.1.2
48 app-text/yelp-tools:0
49 >=dev-util/intltool-0.35:*