summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2022-03-29 22:10:25 +0200
committerSven Wegener <swegener@gentoo.org>2022-03-29 22:20:29 +0200
commita65af87e0b7de9ccf559a922a150911bd316b76a (patch)
tree8794f15790fc4cb148b2f59c85c3c20529af96b4
parentnet-dns/pdns-recursor: Require recent glibc for 64bit time_t on arm/x86 (diff)
downloadgentoo-a65af87e0b7de9ccf559a922a150911bd316b76a.tar.gz
gentoo-a65af87e0b7de9ccf559a922a150911bd316b76a.tar.bz2
gentoo-a65af87e0b7de9ccf559a922a150911bd316b76a.zip
net-dns/pdns-recursor: Stabilize 4.6.1 on amd64/x86, security bug #836006
Bug: https://bugs.gentoo.org/836006 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sven Wegener <swegener@gentoo.org>
-rw-r--r--net-dns/pdns-recursor/pdns-recursor-4.6.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/pdns-recursor/pdns-recursor-4.6.1.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.6.1.ebuild
index f4a19801ba60..174f5e949b3f 100644
--- a/net-dns/pdns-recursor/pdns-recursor-4.6.1.ebuild
+++ b/net-dns/pdns-recursor/pdns-recursor-4.6.1.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 )"