Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/ufw/
Date: Wed, 01 Jul 2020 06:39:35
Message-Id: 1593585512.b8da2bd4e055c13bec462cc1ef552fbe706b32e2.juippis@gentoo
1 commit: b8da2bd4e055c13bec462cc1ef552fbe706b32e2
2 Author: Hasan ÇALIŞIR <hasan.calisir <AT> psauxit <DOT> com>
3 AuthorDate: Wed Jun 17 23:40:27 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 1 06:38:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8da2bd4
7
8 net-firewall/ufw: add support on python3_{7,8} & drop python2_7.
9
10 Closes: https://bugs.gentoo.org/718432
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Hasan ÇALIŞIR <hasan.calisir <AT> psauxit.com>
13 Closes: https://github.com/gentoo/gentoo/pull/16305
14 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
15
16 net-firewall/ufw/ufw-0.36.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/net-firewall/ufw/ufw-0.36.ebuild b/net-firewall/ufw/ufw-0.36.ebuild
20 index 54c3c4bf91e..1b3a17c8f21 100644
21 --- a/net-firewall/ufw/ufw-0.36.ebuild
22 +++ b/net-firewall/ufw/ufw-0.36.ebuild
23 @@ -3,7 +3,7 @@
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python{2_7,3_6} )
28 +PYTHON_COMPAT=( python3_{6,7,8} )
29 DISTUTILS_IN_SOURCE_BUILD=1
30
31 inherit bash-completion-r1 distutils-r1 eutils linux-info systemd