summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2021-05-26 18:24:43 -0700
committerPatrick McLean <chutzpah@gentoo.org>2021-05-26 18:24:43 -0700
commit1d9f08aac2a0b7d0582e1a93e8b563101e492777 (patch)
tree8f381cc43c37569073fc5d9fdfc601fdb65ef42d /net-firewall/nftables/nftables-9999.ebuild
parentprofiles/powerpc: Stable mask USE=qt5 on dev-python/pyudev (diff)
downloadgentoo-1d9f08aac2a0b7d0582e1a93e8b563101e492777.tar.gz
gentoo-1d9f08aac2a0b7d0582e1a93e8b563101e492777.tar.bz2
gentoo-1d9f08aac2a0b7d0582e1a93e8b563101e492777.zip
net-firewall/nftables-0.9.9: Version bump, sync 9999
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'net-firewall/nftables/nftables-9999.ebuild')
-rw-r--r--net-firewall/nftables/nftables-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/nftables/nftables-9999.ebuild b/net-firewall/nftables/nftables-9999.ebuild
index 71361f791e99..8a789cccbab8 100644
--- a/net-firewall/nftables/nftables-9999.ebuild
+++ b/net-firewall/nftables/nftables-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit autotools linux-info python-r1 systemd
@@ -20,7 +20,7 @@ if [[ ${PV} =~ ^[9]{4,}$ ]]; then
"
else
SRC_URI="https://netfilter.org/projects/nftables/files/${P}.tar.bz2"
- KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~sparc ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
fi
LICENSE="GPL-2"