diff options
author | Hasan ÇALIŞIR <hasan.calisir@psauxit.com> | 2020-06-18 02:40:27 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-07-01 09:38:32 +0300 |
commit | b8da2bd4e055c13bec462cc1ef552fbe706b32e2 (patch) | |
tree | 79bf179b5e2e429244170f4ff25caeaedb519864 /net-firewall/ufw | |
parent | net-news/liferea: specify BDEPEND on 1.12.8 (diff) | |
download | gentoo-b8da2bd4e055c13bec462cc1ef552fbe706b32e2.tar.gz gentoo-b8da2bd4e055c13bec462cc1ef552fbe706b32e2.tar.bz2 gentoo-b8da2bd4e055c13bec462cc1ef552fbe706b32e2.zip |
net-firewall/ufw: add support on python3_{7,8} & drop python2_7.
Closes: https://bugs.gentoo.org/718432
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hasan ÇALIŞIR <hasan.calisir@psauxit.com>
Closes: https://github.com/gentoo/gentoo/pull/16305
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-firewall/ufw')
-rw-r--r-- | net-firewall/ufw/ufw-0.36.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |