repo/gentoo:master commit in: net-dns/unbound/
"Arthur Zamarin" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786731713.5a1f9e27c772df58c7ae12287315d19d943e34af.arthurzam@gentoo> |
commit: 5a1f9e27c772df58c7ae12287315d19d943e34af
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 18:21:53 2026 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 18:21:53 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a1f9e27
net-dns/unbound: Stabilize 1.25.2 x86, #980841
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-dns/unbound/unbound-1.25.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-dns/unbound/unbound-1.25.2.ebuild b/net-dns/unbound/unbound-1.25.2.ebuild
index ba375e5eba16..e3270963c416 100644
--- a/net-dns/unbound/unbound-1.25.2.ebuild
+++ b/net-dns/unbound/unbound-1.25.2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/nlnetlabs.asc
inherit autotools flag-o-matic python-single-r1 systemd verify-sig multilib-minimal
@@ -19,7 +19,7 @@ S="${WORKDIR}"/${MY_P}
LICENSE="BSD GPL-2"
SLOT="0/8" # ABI version of libunbound.so
if [[ ${PV} != *_rc* ]] ; then
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
fi
IUSE="debug dnscrypt dnstap +ecdsa ecs gost +http2 python redis selinux static-libs systemd test +tfo"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"