diff options
author | orbea <orbea@riseup.net> | 2024-11-12 10:14:41 -0800 |
---|---|---|
committer | orbea <orbea@riseup.net> | 2024-11-12 10:14:41 -0800 |
commit | 4df19b6e21d1f44c8e1ba940ddbebef450566368 (patch) | |
tree | d383c40d684264ea04b2816f14d1fb907854d8e2 /net-analyzer | |
parent | dev-lang/rust: sync ::gentoo (diff) | |
download | libressl-4df19b6e21d1f44c8e1ba940ddbebef450566368.tar.gz libressl-4df19b6e21d1f44c8e1ba940ddbebef450566368.tar.bz2 libressl-4df19b6e21d1f44c8e1ba940ddbebef450566368.zip |
net-analyzer/nmap: enable py3.13
Signed-off-by: orbea <orbea@riseup.net>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nmap/nmap-7.95.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/nmap/nmap-7.95.ebuild b/net-analyzer/nmap/nmap-7.95.ebuild index a793d3c..c445e0e 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 |