summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-10-18 09:06:06 -0700
committerMatt Turner <mattst88@gentoo.org>2018-10-18 09:07:01 -0700
commit9e929dfee2a7f4dd517531bb0e166c72dd11abf4 (patch)
tree3323539b14756d865350661d43017e7c99e59f76 /net-firewall
parentdev-python/python-slip: add Python 3.7 support (diff)
downloadgentoo-9e929dfee2a7f4dd517531bb0e166c72dd11abf4.tar.gz
gentoo-9e929dfee2a7f4dd517531bb0e166c72dd11abf4.tar.bz2
gentoo-9e929dfee2a7f4dd517531bb0e166c72dd11abf4.zip
net-firewall/firewalld: Remove python3_7 support
I missed that a dependency (dev-python/python-slip) does not have python3.7 support. Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/firewalld/firewalld-0.6.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/firewalld/firewalld-0.6.3.ebuild b/net-firewall/firewalld/firewalld-0.6.3.ebuild
index f652630c3f4f..121172f7b676 100644
--- a/net-firewall/firewalld/firewalld-0.6.3.ebuild
+++ b/net-firewall/firewalld/firewalld-0.6.3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit autotools gnome2-utils linux-info python-single-r1 systemd bash-completion-r1