diff options
author | Matthias Maier <tamiko@gentoo.org> | 2020-12-03 23:12:12 -0600 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2020-12-03 23:37:26 -0600 |
commit | ba31905a88b5492e002b3831f9cec03527e5fe8b (patch) | |
tree | a30db4b1e507f171c7b58f2596a08cac18872ef7 /net-firewall | |
parent | dev-python/python-slip: update PYTHON_COMPAT (diff) | |
download | gentoo-ba31905a88b5492e002b3831f9cec03527e5fe8b.tar.gz gentoo-ba31905a88b5492e002b3831f9cec03527e5fe8b.tar.bz2 gentoo-ba31905a88b5492e002b3831f9cec03527e5fe8b.zip |
net-firewall/firewalld: update PYTHON_COMPAT
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/firewalld/firewalld-0.7.1-r3.ebuild | 2 | ||||
-rw-r--r-- | net-firewall/firewalld/firewalld-0.7.3-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/firewalld/firewalld-0.7.1-r3.ebuild b/net-firewall/firewalld/firewalld-0.7.1-r3.ebuild index 07ebb20f0238..60185c267007 100644 --- a/net-firewall/firewalld/firewalld-0.7.1-r3.ebuild +++ b/net-firewall/firewalld/firewalld-0.7.1-r3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit autotools bash-completion-r1 gnome2-utils l10n linux-info python-single-r1 systemd xdg-utils DESCRIPTION="A firewall daemon with D-BUS interface providing a dynamic firewall" diff --git a/net-firewall/firewalld/firewalld-0.7.3-r1.ebuild b/net-firewall/firewalld/firewalld-0.7.3-r1.ebuild index 2b79e871a7b3..4d65eda4407e 100644 --- a/net-firewall/firewalld/firewalld-0.7.3-r1.ebuild +++ b/net-firewall/firewalld/firewalld-0.7.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit autotools bash-completion-r1 gnome2-utils l10n linux-info python-single-r1 systemd xdg-utils DESCRIPTION="A firewall daemon with D-BUS interface providing a dynamic firewall" |