diff options
author | Ian Jordan <immoloism@gmail.com> | 2024-09-29 16:52:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-03 10:23:46 +0100 |
commit | f44db99618563d732764ceceeee5191308e98f6e (patch) | |
tree | 813050ddae2e04d679a82e02b4a1e032b5c23888 /net-analyzer | |
parent | net-p2p/deluge: enable py3.13 (diff) | |
download | gentoo-f44db99618563d732764ceceeee5191308e98f6e.tar.gz gentoo-f44db99618563d732764ceceeee5191308e98f6e.tar.bz2 gentoo-f44db99618563d732764ceceeee5191308e98f6e.zip |
net-analyzer/nmap: enable py3.13
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nmap/nmap-7.95.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/nmap/nmap-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/nmap/nmap-7.95.ebuild b/net-analyzer/nmap/nmap-7.95.ebuild index 685728f1b5c5..8ef1b33537ca 100644 --- a/net-analyzer/nmap/nmap-7.95.ebuild +++ b/net-analyzer/nmap/nmap-7.95.ebuild @@ -8,7 +8,7 @@ LUA_REQ_USE="deprecated" DISTUTILS_OPTIONAL=1 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PLOCALES="de es fr hi hr hu id it ja pl pt_BR pt_PR ro ru sk zh" PLOCALE_BACKUP="en" inherit autotools distutils-r1 lua-single plocale toolchain-funcs diff --git a/net-analyzer/nmap/nmap-9999.ebuild b/net-analyzer/nmap/nmap-9999.ebuild index 803cc1e1df59..b211bbcc9a4c 100644 --- a/net-analyzer/nmap/nmap-9999.ebuild +++ b/net-analyzer/nmap/nmap-9999.ebuild @@ -8,7 +8,7 @@ LUA_REQ_USE="deprecated" DISTUTILS_OPTIONAL=1 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PLOCALES="de es fr hi hr hu id it ja pl pt_BR pt_PR ro ru sk zh" PLOCALE_BACKUP="en" inherit autotools distutils-r1 lua-single plocale toolchain-funcs |