summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-12-13 05:35:23 +0000
committerSam James <sam@gentoo.org>2020-12-13 05:35:23 +0000
commit47eb0761e38fd8af202552c0ce0d58a656cd8782 (patch)
treef65b458ad96657780f86c6a1713fdcc490357a35
parentdev-python/wxpython: restrict tests (diff)
downloadgentoo-47eb0761e38fd8af202552c0ce0d58a656cd8782.tar.gz
gentoo-47eb0761e38fd8af202552c0ce0d58a656cd8782.tar.bz2
gentoo-47eb0761e38fd8af202552c0ce0d58a656cd8782.zip
net-analyzer/fail2ban: add Python 3.9
Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-analyzer/fail2ban/fail2ban-0.11.2.ebuild2
-rw-r--r--net-analyzer/fail2ban/fail2ban-99999999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/fail2ban/fail2ban-0.11.2.ebuild b/net-analyzer/fail2ban/fail2ban-0.11.2.ebuild
index 4d17977f7a59..bd35827ae05e 100644
--- a/net-analyzer/fail2ban/fail2ban-0.11.2.ebuild
+++ b/net-analyzer/fail2ban/fail2ban-0.11.2.ebuild
@@ -3,7 +3,7 @@
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 systemd
diff --git a/net-analyzer/fail2ban/fail2ban-99999999.ebuild b/net-analyzer/fail2ban/fail2ban-99999999.ebuild
index 4cfac190293f..ab7e2cb0ad8f 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