diff options
author | 2025-01-18 21:04:03 +0100 | |
---|---|---|
committer | 2025-01-18 21:58:32 +0100 | |
commit | fd0ab60d4ebf6b0c1a05faae12fc84ea671b0277 (patch) | |
tree | 27c9d4683c2b18b5c33179c31821e745f32534d2 /net-dns | |
parent | profiles: fix package.mask syntax (diff) | |
download | gentoo-fd0ab60d4ebf6b0c1a05faae12fc84ea671b0277.tar.gz gentoo-fd0ab60d4ebf6b0c1a05faae12fc84ea671b0277.tar.bz2 gentoo-fd0ab60d4ebf6b0c1a05faae12fc84ea671b0277.zip |
net-dns/pdns: stabilize 4.9.3 for amd64, x86
Closes: https://bugs.gentoo.org/938918
Signed-off-by: Sven Wegener <swegener@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/pdns/pdns-4.9.3.ebuild | 4 |
1 files 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 )" |