diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-29 20:45:57 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-02 01:19:34 +0200 |
commit | a2c26c5f84de2837eb10dcbe300d22b6e6bc3599 (patch) | |
tree | df68d04b0dd9bcd78f2502545f8ef54d08be916e /net-firewall | |
parent | kde-plasma/kscreenlocker: Drop 5.19.4 (r0) (diff) | |
download | gentoo-a2c26c5f84de2837eb10dcbe300d22b6e6bc3599.tar.gz gentoo-a2c26c5f84de2837eb10dcbe300d22b6e6bc3599.tar.bz2 gentoo-a2c26c5f84de2837eb10dcbe300d22b6e6bc3599.zip |
net-firewall/firewalld: Drop python2_7
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm@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 28feae85d15a..f3dffe12669a 100644 --- a/net-firewall/firewalld/firewalld-0.7.1-r3.ebuild +++ b/net-firewall/firewalld/firewalld-0.7.1-r3.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python3_{6,7} ) 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 8f68175271de..2b79e871a7b3 100644 --- a/net-firewall/firewalld/firewalld-0.7.3-r1.ebuild +++ b/net-firewall/firewalld/firewalld-0.7.3-r1.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python3_{6,7} ) 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" |