commit: 97eb09b6a37ecea8e8f0d7dfd4ec0ff3e23e5666 Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Fri May 23 06:07:04 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed May 28 14:45:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97eb09b6
net-dns/knot: disable py3.10 no python3_14 for now because knot-exporter uses 'return' inside a finally block Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/42223 Closes: https://github.com/gentoo/gentoo/pull/42223 Signed-off-by: Sam James <sam <AT> gentoo.org> net-dns/knot/knot-3.4.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/knot/knot-3.4.6.ebuild b/net-dns/knot/knot-3.4.6.ebuild index 52d4686175bf..21414f922340 100644 --- a/net-dns/knot/knot-3.4.6.ebuild +++ b/net-dns/knot/knot-3.4.6.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit autotools python-single-r1 flag-o-matic systemd tmpfiles verify-sig # subslot: libknot major.libdnssec major.libzscanner major
