diff options
author | Sam James <sam@gentoo.org> | 2022-07-21 01:20:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-21 01:20:10 +0000 |
commit | 9817fc451cbe35c8f274acb56fa91da391e59e18 (patch) | |
tree | a63de8019959345eacf301e6f53eff50ae528486 /net-dns | |
parent | net-dns/bind-tools: drop versions (diff) | |
download | gentoo-9817fc451cbe35c8f274acb56fa91da391e59e18.tar.gz gentoo-9817fc451cbe35c8f274acb56fa91da391e59e18.tar.bz2 gentoo-9817fc451cbe35c8f274acb56fa91da391e59e18.zip |
net-dns/bind-tools: drop no-op USE=ipv6
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind-tools/bind-tools-9.16.31.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/bind-tools/bind-tools-9.16.31.ebuild b/net-dns/bind-tools/bind-tools-9.16.31.ebuild index acc05183782f..4a9cc94b8e64 100644 --- a/net-dns/bind-tools/bind-tools-9.16.31.ebuild +++ b/net-dns/bind-tools/bind-tools-9.16.31.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://downloads.isc.org/isc/bind9/${PV}/${MY_P}.tar.xz" LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="+caps doc gssapi idn ipv6 libedit readline test xml" +IUSE="+caps doc gssapi idn libedit readline test xml" # no PKCS11 currently as it requires OpenSSL to be patched, also see bug #409687 RESTRICT="!test? ( test )" |