diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-18 14:42:10 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-18 14:42:10 +0300 |
commit | 58b3b1235f2e9ba047a2e0effb5fa563109e92de (patch) | |
tree | 0bd17012d0680c934b71ee77d73df5070fe4050e /net-dns | |
parent | app-arch/lz4: Disable building ossfuzz stuff (diff) | |
download | gentoo-58b3b1235f2e9ba047a2e0effb5fa563109e92de.tar.gz gentoo-58b3b1235f2e9ba047a2e0effb5fa563109e92de.tar.bz2 gentoo-58b3b1235f2e9ba047a2e0effb5fa563109e92de.zip |
net-dns/bind: Stabilize 9.18.29-r2 ppc64, #941696
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind/bind-9.18.29-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/bind/bind-9.18.29-r2.ebuild b/net-dns/bind/bind-9.18.29-r2.ebuild index 91120706deaf..07917c5f9d38 100644 --- a/net-dns/bind/bind-9.18.29-r2.ebuild +++ b/net-dns/bind/bind-9.18.29-r2.ebuild @@ -15,7 +15,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" +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" RESTRICT="!test? ( test )" |