net-firewall/nftables: Make PYTHON_COMPAT a bit more future-proof

This commit is contained in:
Krzesimir Nowak 2021-12-01 17:19:43 +01:00
parent 7888ad939b
commit 9b5573feba

View File

@ -3,7 +3,7 @@
EAPI=7 EAPI=7
PYTHON_COMPAT=( python3_7 ) PYTHON_COMPAT=( python3_{6..10} )
inherit autotools linux-info python-r1 systemd inherit autotools linux-info python-r1 systemd