summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-05-26 11:49:03 +0200
committerDavid Seifert <soap@gentoo.org>2017-05-26 11:49:03 +0200
commit813f48ba1b448306854ec7e09be6910519ddf440 (patch)
treea60c3f0805ceecfdb998a7fc900a883473ed0d1f /net-fs
parent694438813f1588b11244fb6f9bb95641c78d4453 (diff)
downloadgentoo-813f48ba1b448306854ec7e09be6910519ddf440.tar.gz
gentoo-813f48ba1b448306854ec7e09be6910519ddf440.tar.xz
net-fs/samba: [QA] Put 'test?' USE conditional in DEPEND
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/samba/samba-4.6.3.ebuild8
-rw-r--r--net-fs/samba/samba-4.6.4.ebuild8
2 files changed, 8 insertions, 8 deletions
diff --git a/net-fs/samba/samba-4.6.3.ebuild b/net-fs/samba/samba-4.6.3.ebuild
index 30f4ff49fb5..d6d912f17e6 100644
--- a/net-fs/samba/samba-4.6.3.ebuild
+++ b/net-fs/samba/samba-4.6.3.ebuild
@@ -76,7 +76,10 @@ CDEPEND="
ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] )
system-heimdal? ( >=app-crypt/heimdal-1.5[-ssl,${MULTILIB_USEDEP}] )
system-mitkrb5? ( app-crypt/mit-krb5[${MULTILIB_USEDEP}] )
- systemd? ( sys-apps/systemd:0= )
+ systemd? ( sys-apps/systemd:0= )"
+DEPEND="${CDEPEND}
+ ${PYTHON_DEPS}
+ virtual/pkgconfig
test? (
!system-mitkrb5? (
>=sys-libs/nss_wrapper-1.1.3
@@ -85,9 +88,6 @@ CDEPEND="
>=sys-libs/uid_wrapper-1.2.1
)
)"
-DEPEND="${CDEPEND}
- ${PYTHON_DEPS}
- virtual/pkgconfig"
RDEPEND="${CDEPEND}
python? ( ${PYTHON_DEPS} )
client? ( net-fs/cifs-utils[ads?] )
diff --git a/net-fs/samba/samba-4.6.4.ebuild b/net-fs/samba/samba-4.6.4.ebuild
index 8a1ca869a42..cc315b6cf68 100644
--- a/net-fs/samba/samba-4.6.4.ebuild
+++ b/net-fs/samba/samba-4.6.4.ebuild
@@ -76,7 +76,10 @@ CDEPEND="
ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] )
system-heimdal? ( >=app-crypt/heimdal-1.5[-ssl,${MULTILIB_USEDEP}] )
system-mitkrb5? ( app-crypt/mit-krb5[${MULTILIB_USEDEP}] )
- systemd? ( sys-apps/systemd:0= )
+ systemd? ( sys-apps/systemd:0= )"
+DEPEND="${CDEPEND}
+ ${PYTHON_DEPS}
+ virtual/pkgconfig
test? (
!system-mitkrb5? (
>=sys-libs/nss_wrapper-1.1.3
@@ -85,9 +88,6 @@ CDEPEND="
>=sys-libs/uid_wrapper-1.2.1
)
)"
-DEPEND="${CDEPEND}
- ${PYTHON_DEPS}
- virtual/pkgconfig"
RDEPEND="${CDEPEND}
python? ( ${PYTHON_DEPS} )
client? ( net-fs/cifs-utils[ads?] )