diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-10-18 09:08:50 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-10-18 09:09:23 -0700 |
commit | 0c01b1416b517375835368eb4db0a06ea4e47a16 (patch) | |
tree | 812ef129f8198373e458c3ad8c66176669110283 | |
parent | net-firewall/firewalld: Remove python3_7 support (diff) | |
download | gentoo-0c01b1416b517375835368eb4db0a06ea4e47a16.tar.gz gentoo-0c01b1416b517375835368eb4db0a06ea4e47a16.tar.bz2 gentoo-0c01b1416b517375835368eb4db0a06ea4e47a16.zip |
Revert "net-firewall/firewalld: Remove python3_7 support"
This reverts commit 9e929dfee2a7f4dd517531bb0e166c72dd11abf4.
I raced with Whissi who was adding python3.7 support to python-slip.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r-- | net-firewall/firewalld/firewalld-0.6.3.ebuild | 2 |
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 121172f7b676..f652630c3f4f 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} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) inherit autotools gnome2-utils linux-info python-single-r1 systemd bash-completion-r1 |