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:07:17
Message-Id: 1539878821.9e929dfee2a7f4dd517531bb0e166c72dd11abf4.mattst88@gentoo
1 commit: 9e929dfee2a7f4dd517531bb0e166c72dd11abf4
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 18 16:06:06 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 18 16:07:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e929dfe
7
8 net-firewall/firewalld: Remove python3_7 support
9
10 I missed that a dependency (dev-python/python-slip) does not have
11 python3.7 support.
12
13 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
14
15 net-firewall/firewalld/firewalld-0.6.3.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/net-firewall/firewalld/firewalld-0.6.3.ebuild b/net-firewall/firewalld/firewalld-0.6.3.ebuild
19 index f652630c3f4..121172f7b67 100644
20 --- a/net-firewall/firewalld/firewalld-0.6.3.ebuild
21 +++ b/net-firewall/firewalld/firewalld-0.6.3.ebuild
22 @@ -2,7 +2,7 @@
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
27 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
28
29 inherit autotools gnome2-utils linux-info python-single-r1 systemd bash-completion-r1