commit: fd0ab60d4ebf6b0c1a05faae12fc84ea671b0277 Author: Sven Wegener <swegener <AT> gentoo <DOT> org> AuthorDate: Sat Jan 18 20:04:03 2025 +0000 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org> CommitDate: Sat Jan 18 20:58:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd0ab60d
net-dns/pdns: stabilize 4.9.3 for amd64, x86 Closes: https://bugs.gentoo.org/938918 Signed-off-by: Sven Wegener <swegener <AT> gentoo.org> net-dns/pdns/pdns-4.9.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-dns/pdns/pdns-4.9.3.ebuild b/net-dns/pdns/pdns-4.9.3.ebuild index 6a8019baa961..8fa4178e098d 100644 --- a/net-dns/pdns/pdns-4.9.3.ebuild +++ b/net-dns/pdns/pdns-4.9.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="debug doc geoip ldap lmdb lua-records mysql odbc postgres remote sodium sqlite systemd tools tinydns test" RESTRICT="!test? ( test )"
