diff options
author | Sven Wegener <swegener@gentoo.org> | 2023-03-30 22:16:58 +0200 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2023-03-30 23:09:03 +0200 |
commit | dbeb403d5f2fcb01f273321c1fe6f0adb6432a52 (patch) | |
tree | 22e8fe1bf8c0d964f7f34e0376846eacf68b77c9 /net-dns/pdns-recursor | |
parent | net-dns/dnsviz: Remove old (diff) | |
download | gentoo-dbeb403d5f2fcb01f273321c1fe6f0adb6432a52.tar.gz gentoo-dbeb403d5f2fcb01f273321c1fe6f0adb6432a52.tar.bz2 gentoo-dbeb403d5f2fcb01f273321c1fe6f0adb6432a52.zip |
net-dns/pdns-recursor: stabilize 4.8.4 for amd64, x86, security bug #903549
Bug: https://bugs.gentoo.org/903549
Signed-off-by: Sven Wegener <swegener@gentoo.org>
Diffstat (limited to 'net-dns/pdns-recursor')
-rw-r--r-- | net-dns/pdns-recursor/pdns-recursor-4.8.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/pdns-recursor/pdns-recursor-4.8.4.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.8.4.ebuild index 6789d8a0e920..3a29170ed128 100644 --- a/net-dns/pdns-recursor/pdns-recursor-4.8.4.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-4.8.4.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="debug dnstap snmp sodium systemd test" REQUIRED_USE="${LUA_REQUIRED_USE}" RESTRICT="!test? ( test )" |