diff options
author | Sam James <sam@gentoo.org> | 2021-06-02 23:55:50 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-03 19:14:56 +0000 |
commit | b294382c132e74643ad84eccd172798eb198e361 (patch) | |
tree | 7e5e5d9d268842e798b99124b56e6ad386293499 /net-dns/bind | |
parent | media-sound/cadence: fix BadDefaultUseFlags (diff) | |
download | gentoo-b294382c132e74643ad84eccd172798eb198e361.tar.gz gentoo-b294382c132e74643ad84eccd172798eb198e361.tar.bz2 gentoo-b294382c132e74643ad84eccd172798eb198e361.zip |
net-dns/bind: fix BadDefaultUseFlags
-foo in IUSE is discouraged. It is equivalent (in every meaningful case) to 'foo' but confuses parsing
tools like e.g. packages.gentoo.org.
Dropping '-' from these flags has no impact on the actual default behaviour.
See: https://devmanual.gentoo.org/general-concepts/use-flags/index.html#iuse-defaults
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns/bind')
-rw-r--r-- | net-dns/bind/bind-9.16.15.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/bind/bind-9.16.15.ebuild b/net-dns/bind/bind-9.16.15.ebuild index 9fab32caeb82..d4149f3a69aa 100644 --- a/net-dns/bind/bind-9.16.15.ebuild +++ b/net-dns/bind/bind-9.16.15.ebuild @@ -35,7 +35,7 @@ LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" # -berkdb by default re bug 602682 -IUSE="-berkdb +caps +dlz dnstap doc dnsrps fixed-rrset geoip geoip2 gssapi +IUSE="berkdb +caps +dlz dnstap doc dnsrps fixed-rrset geoip geoip2 gssapi json ldap lmdb mysql odbc postgres python selinux static-libs xml +zlib" # sdb-ldap - patch broken # no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687 |