diff options
author | Sam James <sam@gentoo.org> | 2024-10-25 22:46:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-25 22:46:01 +0100 |
commit | 193cfb33ed8896ec795fd70ec4bdf1b189abcd43 (patch) | |
tree | 88716362006b1773c06c76ce0a2fc1fc16922209 | |
parent | net-dns/bind: backport test fixes to 9.18.29-r2 (diff) | |
download | gentoo-193cfb33ed8896ec795fd70ec4bdf1b189abcd43.tar.gz gentoo-193cfb33ed8896ec795fd70ec4bdf1b189abcd43.tar.bz2 gentoo-193cfb33ed8896ec795fd70ec4bdf1b189abcd43.zip |
net-dns/bind: drop USE=dnsrps for 9.18.31
As negril says in the bug: "the dnsrps useflag should be dropped.
bind supports rpz natively. This only enables the api for an external provider."
Closes: https://bugs.gentoo.org/938936
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | net-dns/bind/bind-9.18.31.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/bind/bind-9.18.31.ebuild b/net-dns/bind/bind-9.18.31.ebuild index 0793437baab0..db109c392f84 100644 --- a/net-dns/bind/bind-9.18.31.ebuild +++ b/net-dns/bind/bind-9.18.31.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="MPL-2.0" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="+caps dnsrps dnstap doc doh fixed-rrset idn jemalloc geoip gssapi lmdb selinux static-libs test xml" +IUSE="+caps dnstap doc doh fixed-rrset idn jemalloc geoip gssapi lmdb selinux static-libs test xml" RESTRICT="!test? ( test )" DEPEND=" @@ -75,7 +75,7 @@ src_configure() { --with-json-c --with-zlib $(use_enable caps linux-caps) - $(use_enable dnsrps) + --disable-dnsrps $(use_enable dnstap) $(use_enable doh) $(use_with doh libnghttp2) |