diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2020-02-26 11:23:08 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-02-26 11:23:25 -0800 |
commit | 5be57518c0b0b4556586770d204cdfe003f6b96b (patch) | |
tree | 87d0d55d8c4cebb533181dda9ca7d8686998c04e /net-firewall | |
parent | net-misc/kafka-bin: 2.4.0 bump (diff) | |
download | gentoo-5be57518c0b0b4556586770d204cdfe003f6b96b.tar.gz gentoo-5be57518c0b0b4556586770d204cdfe003f6b96b.tar.bz2 gentoo-5be57518c0b0b4556586770d204cdfe003f6b96b.zip |
net-firewall/nftables-0.9.3-r1: Add python3_8
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/nftables/nftables-0.9.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/nftables/nftables-0.9.3-r1.ebuild b/net-firewall/nftables/nftables-0.9.3-r1.ebuild index 3c1bc7e056a2..eb102f26b556 100644 --- a/net-firewall/nftables/nftables-0.9.3-r1.ebuild +++ b/net-firewall/nftables/nftables-0.9.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit autotools linux-info python-r1 systemd |