Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/
Date: Thu, 18 Oct 2018 16:09:39
Message-Id: 1539878963.0c01b1416b517375835368eb4db0a06ea4e47a16.mattst88@gentoo
1 commit: 0c01b1416b517375835368eb4db0a06ea4e47a16
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 18 16:08:50 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 18 16:09:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c01b141
7
8 Revert "net-firewall/firewalld: Remove python3_7 support"
9
10 This reverts commit 9e929dfee2a7f4dd517531bb0e166c72dd11abf4.
11
12 I raced with Whissi who was adding python3.7 support to python-slip.
13
14 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
15
16 net-firewall/firewalld/firewalld-0.6.3.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/net-firewall/firewalld/firewalld-0.6.3.ebuild b/net-firewall/firewalld/firewalld-0.6.3.ebuild
20 index 121172f7b67..f652630c3f4 100644
21 --- a/net-firewall/firewalld/firewalld-0.6.3.ebuild
22 +++ b/net-firewall/firewalld/firewalld-0.6.3.ebuild
23 @@ -2,7 +2,7 @@
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
28 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
29
30 inherit autotools gnome2-utils linux-info python-single-r1 systemd bash-completion-r1