diff options
author | Justin Lecher <jlec@gentoo.org> | 2017-11-12 20:22:07 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2017-11-12 21:08:49 +0000 |
commit | de3be8b3c4d4275a5f2f0289041fbaf92aaec4a3 (patch) | |
tree | ccbd74d373b6106e70b197c07a40b6a0cdf0cdee /net-fs/nfs-utils | |
parent | sys-fs/aufs4: Version Bump (diff) | |
download | gentoo-de3be8b3c4d4275a5f2f0289041fbaf92aaec4a3.tar.gz gentoo-de3be8b3c4d4275a5f2f0289041fbaf92aaec4a3.tar.bz2 gentoo-de3be8b3c4d4275a5f2f0289041fbaf92aaec4a3.zip |
net-fs/nfs-utils: Fix automagic dep by being explicit using USE
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'net-fs/nfs-utils')
-rw-r--r-- | net-fs/nfs-utils/metadata.xml | 1 | ||||
-rw-r--r-- | net-fs/nfs-utils/nfs-utils-2.2.1.ebuild | 4 | ||||
-rw-r--r-- | net-fs/nfs-utils/nfs-utils-2.2.2_rc1.ebuild | 3 |
3 files changed, 6 insertions, 2 deletions
diff --git a/net-fs/nfs-utils/metadata.xml b/net-fs/nfs-utils/metadata.xml index 2ec31888ca1f..34459d2e1627 100644 --- a/net-fs/nfs-utils/metadata.xml +++ b/net-fs/nfs-utils/metadata.xml @@ -7,6 +7,7 @@ </maintainer> <longdescription>NFS client and server daemons</longdescription> <use> + <flag name="ldap">Add ldap support</flag> <flag name="libmount">Link mount.nfs with libmount</flag> <flag name="nfsdcld">Enable nfsdcld NFSv4 clientid tracking daemon</flag> <flag name="nfsidmap">Enable support for newer nfsidmap helper</flag> diff --git a/net-fs/nfs-utils/nfs-utils-2.2.1.ebuild b/net-fs/nfs-utils/nfs-utils-2.2.1.ebuild index 9dcb159618a7..c83293caff30 100644 --- a/net-fs/nfs-utils/nfs-utils-2.2.1.ebuild +++ b/net-fs/nfs-utils/nfs-utils-2.2.1.ebuild @@ -20,7 +20,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="caps ipv6 kerberos +libmount nfsdcld +nfsidmap +nfsv4 nfsv41 selinux tcpd +uuid" +IUSE="caps ipv6 kerberos ldap +libmount nfsdcld +nfsidmap +nfsv4 nfsv41 selinux tcpd +uuid" REQUIRED_USE="kerberos? ( nfsv4 )" RESTRICT="test" #315573 @@ -33,6 +33,7 @@ DEPEND_COMMON=" >=net-nds/rpcbind-0.2.4 sys-libs/e2fsprogs-libs caps? ( sys-libs/libcap ) + ldap? ( net-nds/openldap ) libmount? ( sys-apps/util-linux ) nfsdcld? ( >=dev-db/sqlite-3.3 ) nfsv4? ( @@ -82,6 +83,7 @@ src_configure() { --with-statedir="${EPREFIX}"/var/lib/nfs --enable-tirpc --with-tirpcinclude="${EPREFIX}"/usr/include/tirpc/ + $(use_enable ldap) $(use_enable libmount libmount-mount) $(use_with tcpd tcp-wrappers) $(use_enable nfsdcld nfsdcltrack) diff --git a/net-fs/nfs-utils/nfs-utils-2.2.2_rc1.ebuild b/net-fs/nfs-utils/nfs-utils-2.2.2_rc1.ebuild index 9dcb159618a7..59b18b6b2a1e 100644 --- a/net-fs/nfs-utils/nfs-utils-2.2.2_rc1.ebuild +++ b/net-fs/nfs-utils/nfs-utils-2.2.2_rc1.ebuild @@ -20,7 +20,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="caps ipv6 kerberos +libmount nfsdcld +nfsidmap +nfsv4 nfsv41 selinux tcpd +uuid" +IUSE="caps ipv6 kerberos ldap +libmount nfsdcld +nfsidmap +nfsv4 nfsv41 selinux tcpd +uuid" REQUIRED_USE="kerberos? ( nfsv4 )" RESTRICT="test" #315573 @@ -33,6 +33,7 @@ DEPEND_COMMON=" >=net-nds/rpcbind-0.2.4 sys-libs/e2fsprogs-libs caps? ( sys-libs/libcap ) + ldap? ( net-nds/openldap ) libmount? ( sys-apps/util-linux ) nfsdcld? ( >=dev-db/sqlite-3.3 ) nfsv4? ( |