diff options
author | Sven Wegener <swegener@gentoo.org> | 2023-01-10 20:58:35 +0100 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2023-01-10 21:03:33 +0100 |
commit | 9b28013f0e39ddc10fa2035d280c3acc7275fc37 (patch) | |
tree | 33eeeb3da46ae89f6b423d89a1b218e71b0e0270 /net-dns/pdns-recursor | |
parent | net-libs/libquotient: drop 0.6.11-r1 (diff) | |
download | gentoo-9b28013f0e39ddc10fa2035d280c3acc7275fc37.tar.gz gentoo-9b28013f0e39ddc10fa2035d280c3acc7275fc37.tar.bz2 gentoo-9b28013f0e39ddc10fa2035d280c3acc7275fc37.zip |
net-dns/pdns-recursor: stabilize 4.7.4 for amd64, x86
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.7.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/pdns-recursor/pdns-recursor-4.7.4.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.7.4.ebuild index c8d6a1da1b22..7f51d73cc251 100644 --- a/net-dns/pdns-recursor/pdns-recursor-4.7.4.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-4.7.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 )" |