Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/
Date: Fri, 26 May 2017 10:00:56
Message-Id: 1495792143.813f48ba1b448306854ec7e09be6910519ddf440.soap@gentoo
1 commit: 813f48ba1b448306854ec7e09be6910519ddf440
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 26 09:49:03 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri May 26 09:49:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=813f48ba
7
8 net-fs/samba: [QA] Put 'test?' USE conditional in DEPEND
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 net-fs/samba/samba-4.6.3.ebuild | 8 ++++----
13 net-fs/samba/samba-4.6.4.ebuild | 8 ++++----
14 2 files changed, 8 insertions(+), 8 deletions(-)
15
16 diff --git a/net-fs/samba/samba-4.6.3.ebuild b/net-fs/samba/samba-4.6.3.ebuild
17 index 30f4ff49fb5..d6d912f17e6 100644
18 --- a/net-fs/samba/samba-4.6.3.ebuild
19 +++ b/net-fs/samba/samba-4.6.3.ebuild
20 @@ -76,7 +76,10 @@ CDEPEND="
21 ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] )
22 system-heimdal? ( >=app-crypt/heimdal-1.5[-ssl,${MULTILIB_USEDEP}] )
23 system-mitkrb5? ( app-crypt/mit-krb5[${MULTILIB_USEDEP}] )
24 - systemd? ( sys-apps/systemd:0= )
25 + systemd? ( sys-apps/systemd:0= )"
26 +DEPEND="${CDEPEND}
27 + ${PYTHON_DEPS}
28 + virtual/pkgconfig
29 test? (
30 !system-mitkrb5? (
31 >=sys-libs/nss_wrapper-1.1.3
32 @@ -85,9 +88,6 @@ CDEPEND="
33 >=sys-libs/uid_wrapper-1.2.1
34 )
35 )"
36 -DEPEND="${CDEPEND}
37 - ${PYTHON_DEPS}
38 - virtual/pkgconfig"
39 RDEPEND="${CDEPEND}
40 python? ( ${PYTHON_DEPS} )
41 client? ( net-fs/cifs-utils[ads?] )
42
43 diff --git a/net-fs/samba/samba-4.6.4.ebuild b/net-fs/samba/samba-4.6.4.ebuild
44 index 8a1ca869a42..cc315b6cf68 100644
45 --- a/net-fs/samba/samba-4.6.4.ebuild
46 +++ b/net-fs/samba/samba-4.6.4.ebuild
47 @@ -76,7 +76,10 @@ CDEPEND="
48 ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] )
49 system-heimdal? ( >=app-crypt/heimdal-1.5[-ssl,${MULTILIB_USEDEP}] )
50 system-mitkrb5? ( app-crypt/mit-krb5[${MULTILIB_USEDEP}] )
51 - systemd? ( sys-apps/systemd:0= )
52 + systemd? ( sys-apps/systemd:0= )"
53 +DEPEND="${CDEPEND}
54 + ${PYTHON_DEPS}
55 + virtual/pkgconfig
56 test? (
57 !system-mitkrb5? (
58 >=sys-libs/nss_wrapper-1.1.3
59 @@ -85,9 +88,6 @@ CDEPEND="
60 >=sys-libs/uid_wrapper-1.2.1
61 )
62 )"
63 -DEPEND="${CDEPEND}
64 - ${PYTHON_DEPS}
65 - virtual/pkgconfig"
66 RDEPEND="${CDEPEND}
67 python? ( ${PYTHON_DEPS} )
68 client? ( net-fs/cifs-utils[ads?] )