diff options
author | Sam James <sam@gentoo.org> | 2023-05-21 20:18:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-21 20:35:09 +0100 |
commit | 2d14f7eae55af52cb3e811d6326d9820a3aa2faa (patch) | |
tree | 094690d831ba06a670fc80882c3914d90fc8420f /net-analyzer/nmap | |
parent | app-doc/gnu-c-intro-ref: new package, add 0_pre20230521, 9999 (diff) | |
download | gentoo-2d14f7eae55af52cb3e811d6326d9820a3aa2faa.tar.gz gentoo-2d14f7eae55af52cb3e811d6326d9820a3aa2faa.tar.bz2 gentoo-2d14f7eae55af52cb3e811d6326d9820a3aa2faa.zip |
net-analyzer/nmap: disable py3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/nmap')
-rw-r--r-- | net-analyzer/nmap/nmap-7.94.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.94.ebuild b/net-analyzer/nmap/nmap-7.94.ebuild index d1dbe307710b..a12d68736f19 100644 --- a/net-analyzer/nmap/nmap-7.94.ebuild +++ b/net-analyzer/nmap/nmap-7.94.ebuild @@ -5,7 +5,7 @@ EAPI=8 LUA_COMPAT=( lua5-4 ) LUA_REQ_USE="deprecated" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) PLOCALES="de es fr hi hr hu id it ja pl pt_BR pt_PR ro ru sk zh" PLOCALE_BACKUP="en" inherit autotools lua-single plocale python-single-r1 toolchain-funcs diff --git a/net-analyzer/nmap/nmap-9999.ebuild b/net-analyzer/nmap/nmap-9999.ebuild index d1dbe307710b..a12d68736f19 100644 --- a/net-analyzer/nmap/nmap-9999.ebuild +++ b/net-analyzer/nmap/nmap-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 LUA_COMPAT=( lua5-4 ) LUA_REQ_USE="deprecated" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) PLOCALES="de es fr hi hr hu id it ja pl pt_BR pt_PR ro ru sk zh" PLOCALE_BACKUP="en" inherit autotools lua-single plocale python-single-r1 toolchain-funcs |