From 5b805f66909a97a4fa5338d8a29d31582ebe9a91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Sat, 22 Aug 2020 05:22:53 +0200 Subject: [PATCH] [net-analyzer/fail2ban] add py3k9 --- net-analyzer/fail2ban/fail2ban-99999999.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/net-analyzer/fail2ban/fail2ban-99999999.ebuild b/net-analyzer/fail2ban/fail2ban-99999999.ebuild index e3d1055..ab7e2cb 100644 --- a/net-analyzer/fail2ban/fail2ban-99999999.ebuild +++ b/net-analyzer/fail2ban/fail2ban-99999999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) DISTUTILS_SINGLE_IMPL=1 inherit bash-completion-r1 distutils-r1 git-r3 systemd @@ -42,9 +42,7 @@ python_prepare_all() { } python_compile() { - if python_is_python3; then - ./fail2ban-2to3 || die - fi + ./fail2ban-2to3 || die distutils-r1_python_compile }