diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-04-30 18:21:23 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-04-30 18:21:23 +0200 |
commit | 5c30175570939acf4ec4d505175f328e491ee6e4 (patch) | |
tree | caf33f50d4a203208964d87fd4edc2dcea3ff4ac /net-fs/samba/samba-4.5.16.ebuild | |
parent | net-fs/samba: Fix libnsl dependencies for all versions, bug 639676 (diff) | |
download | gentoo-5c30175570939acf4ec4d505175f328e491ee6e4.tar.gz gentoo-5c30175570939acf4ec4d505175f328e491ee6e4.tar.bz2 gentoo-5c30175570939acf4ec4d505175f328e491ee6e4.zip |
net-fs/samba: More dependency fixes, bug 640416
Closes: https://bugs.gentoo.org/640416
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'net-fs/samba/samba-4.5.16.ebuild')
-rw-r--r-- | net-fs/samba/samba-4.5.16.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-fs/samba/samba-4.5.16.ebuild b/net-fs/samba/samba-4.5.16.ebuild index da917ce3f173..7c80d9db44e7 100644 --- a/net-fs/samba/samba-4.5.16.ebuild +++ b/net-fs/samba/samba-4.5.16.ebuild @@ -53,7 +53,7 @@ CDEPEND="${PYTHON_DEPS} dev-libs/iniparser:0 dev-libs/popt[${MULTILIB_USEDEP}] dev-python/subunit[${PYTHON_USEDEP},${MULTILIB_USEDEP}] - net-libs/libnsl[${MULTILIB_USEDEP}] + net-libs/libnsl:=[${MULTILIB_USEDEP}] sys-apps/attr[${MULTILIB_USEDEP}] >=sys-libs/ldb-1.1.27[ldap(+)?,python(+),${MULTILIB_USEDEP}] <sys-libs/ldb-1.1.30[ldap(+)?,python(+),${MULTILIB_USEDEP}] @@ -68,7 +68,10 @@ CDEPEND="${PYTHON_DEPS} pam? ( virtual/pam ) acl? ( virtual/acl ) addns? ( net-dns/bind-tools[gssapi] ) - cluster? ( !dev-db/ctdb ) + cluster? ( + net-libs/rpcsvc-proto + !dev-db/ctdb + ) cups? ( net-print/cups ) dmapi? ( sys-apps/dmapi ) fam? ( virtual/fam ) |