diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2024-04-13 10:36:49 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-04-13 10:36:52 -0500 |
commit | 3db8920138c46d19f2418586e31299c68cd600c7 (patch) | |
tree | 764aef7c534f4b8073c6f1450914467cb3c3dadd /net-firewall/nftables | |
parent | gnome-extra/gnome-integration-spotify: enable py3.12 (diff) | |
download | gentoo-3db8920138c46d19f2418586e31299c68cd600c7.tar.gz gentoo-3db8920138c46d19f2418586e31299c68cd600c7.tar.bz2 gentoo-3db8920138c46d19f2418586e31299c68cd600c7.zip |
net-firewall/nftables: enable py3.12
Closes: https://bugs.gentoo.org/929691
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'net-firewall/nftables')
-rw-r--r-- | net-firewall/nftables/nftables-1.0.9.ebuild | 2 | ||||
-rw-r--r-- | net-firewall/nftables/nftables-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/nftables/nftables-1.0.9.ebuild b/net-firewall/nftables/nftables-1.0.9.ebuild index eab6320b4e4f..26816a8b5755 100644 --- a/net-firewall/nftables/nftables-1.0.9.ebuild +++ b/net-firewall/nftables/nftables-1.0.9.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/netfilter.org.asc inherit edo linux-info distutils-r1 systemd verify-sig diff --git a/net-firewall/nftables/nftables-9999.ebuild b/net-firewall/nftables/nftables-9999.ebuild index 8f0a7f337111..a0795444e9b8 100644 --- a/net-firewall/nftables/nftables-9999.ebuild +++ b/net-firewall/nftables/nftables-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/netfilter.org.asc inherit edo linux-info distutils-r1 systemd verify-sig |