summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2024-11-28 22:02:48 +0100
committerSven Wegener <swegener@gentoo.org>2024-11-28 22:03:06 +0100
commit17450be6a3d4a44e050795a2b8fe1c85c63f7d8e (patch)
tree268a568818de2ffd266c7c483a348e7dc4f328ad /net-dns
parentdev-ml/utop: add 2.15.0 (diff)
downloadgentoo-17450be6a3d4a44e050795a2b8fe1c85c63f7d8e.tar.gz
gentoo-17450be6a3d4a44e050795a2b8fe1c85c63f7d8e.tar.bz2
gentoo-17450be6a3d4a44e050795a2b8fe1c85c63f7d8e.zip
net-dns/pdns: enable py3.13
Signed-off-by: Sven Wegener <swegener@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/pdns/pdns-4.9.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/pdns/pdns-4.9.2.ebuild b/net-dns/pdns/pdns-4.9.2.ebuild
index 278cba886e04..6a8019baa961 100644
--- a/net-dns/pdns/pdns-4.9.2.ebuild
+++ b/net-dns/pdns/pdns-4.9.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
LUA_COMPAT=( lua5-{1..4} luajit )
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit flag-o-matic lua-single python-any-r1