diff options
author | Yixun Lan <dlan@gentoo.org> | 2018-01-30 21:49:48 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2018-01-30 22:10:56 +0800 |
commit | 76ed6f31dffe86a4421dbfef209293fcb4371b5c (patch) | |
tree | db29f100e8f8627d1d7c17eda790ff75daef5dbc /net-fs/autofs | |
parent | net-fs/autofs: drop old (diff) | |
download | gentoo-76ed6f31dffe86a4421dbfef209293fcb4371b5c.tar.gz gentoo-76ed6f31dffe86a4421dbfef209293fcb4371b5c.tar.bz2 gentoo-76ed6f31dffe86a4421dbfef209293fcb4371b5c.zip |
net-fs/autofs: drop USE=hesiod support
Gentoo-Bug: 626246
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-fs/autofs')
-rw-r--r-- | net-fs/autofs/autofs-5.1.2.ebuild | 7 | ||||
-rw-r--r-- | net-fs/autofs/autofs-5.1.3.ebuild | 7 | ||||
-rw-r--r-- | net-fs/autofs/metadata.xml | 1 |
3 files changed, 6 insertions, 9 deletions
diff --git a/net-fs/autofs/autofs-5.1.2.ebuild b/net-fs/autofs/autofs-5.1.2.ebuild index ce5f6209858f..902979caabdf 100644 --- a/net-fs/autofs/autofs-5.1.2.ebuild +++ b/net-fs/autofs/autofs-5.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -21,7 +21,7 @@ SRC_URI=" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" -IUSE="-dmalloc hesiod ldap +libtirpc mount-locking sasl" +IUSE="-dmalloc ldap +libtirpc mount-locking sasl" # USE="sasl" adds SASL support to the LDAP module which will not be build. If # SASL support should be available, please add "ldap" to the USE flags. @@ -30,7 +30,6 @@ REQUIRED_USE="sasl? ( ldap )" # currently, sasl code assumes the presence of kerberosV RDEPEND=">=sys-apps/util-linux-2.20 dmalloc? ( dev-libs/dmalloc[threads] ) - hesiod? ( net-dns/hesiod ) ldap? ( >=net-nds/openldap-2.0 sasl? ( dev-libs/cyrus-sasl @@ -77,8 +76,8 @@ src_configure() { $(use_with ldap openldap) $(use_with libtirpc) $(use_with sasl) - $(use_with hesiod) $(use_enable mount-locking) + --without-hesiod --disable-ext-env --enable-sloppy-mount # bug #453778 --enable-force-shutdown diff --git a/net-fs/autofs/autofs-5.1.3.ebuild b/net-fs/autofs/autofs-5.1.3.ebuild index 5bf0855d2311..7badfc02a032 100644 --- a/net-fs/autofs/autofs-5.1.3.ebuild +++ b/net-fs/autofs/autofs-5.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -21,7 +21,7 @@ SRC_URI=" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="-dmalloc hesiod ldap +libtirpc mount-locking sasl" +IUSE="-dmalloc ldap +libtirpc mount-locking sasl" # USE="sasl" adds SASL support to the LDAP module which will not be build. If # SASL support should be available, please add "ldap" to the USE flags. @@ -30,7 +30,6 @@ REQUIRED_USE="sasl? ( ldap )" # currently, sasl code assumes the presence of kerberosV RDEPEND=">=sys-apps/util-linux-2.20 dmalloc? ( dev-libs/dmalloc[threads] ) - hesiod? ( net-dns/hesiod ) ldap? ( >=net-nds/openldap-2.0 sasl? ( dev-libs/cyrus-sasl @@ -72,8 +71,8 @@ src_configure() { $(use_with ldap openldap) $(use_with libtirpc) $(use_with sasl) - $(use_with hesiod) $(use_enable mount-locking) + --without-hesiod --disable-ext-env --enable-sloppy-mount # bug #453778 --enable-force-shutdown diff --git a/net-fs/autofs/metadata.xml b/net-fs/autofs/metadata.xml index e91fd580a5fb..f36813693b70 100644 --- a/net-fs/autofs/metadata.xml +++ b/net-fs/autofs/metadata.xml @@ -7,7 +7,6 @@ </maintainer> <use> <flag name="dmalloc">Enable debugging with the dmalloc library</flag> - <flag name="hesiod">Install hesiod module</flag> <flag name="ldap">Install LDAP module</flag> <flag name="libtirpc">Use TiRPC library instead of SunRPC</flag> <flag name="mount-locking"> |