From b8da2bd4e055c13bec462cc1ef552fbe706b32e2 Mon Sep 17 00:00:00 2001 From: Hasan ÇALIŞIR Date: Thu, 18 Jun 2020 02:40:27 +0300 Subject: net-firewall/ufw: add support on python3_{7,8} & drop python2_7. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/718432 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Hasan ÇALIŞIR Closes: https://github.com/gentoo/gentoo/pull/16305 Signed-off-by: Joonas Niilola --- net-firewall/ufw/ufw-0.36.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-firewall') diff --git a/net-firewall/ufw/ufw-0.36.ebuild b/net-firewall/ufw/ufw-0.36.ebuild index 54c3c4bf91ee..1b3a17c8f21e 100644 --- a/net-firewall/ufw/ufw-0.36.ebuild +++ b/net-firewall/ufw/ufw-0.36.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_IN_SOURCE_BUILD=1 inherit bash-completion-r1 distutils-r1 eutils linux-info systemd -- cgit v1.2.3-18-g5258