diff options
author | Sam James <sam@gentoo.org> | 2020-12-13 05:35:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-13 05:35:23 +0000 |
commit | 47eb0761e38fd8af202552c0ce0d58a656cd8782 (patch) | |
tree | f65b458ad96657780f86c6a1713fdcc490357a35 /net-analyzer | |
parent | dev-python/wxpython: restrict tests (diff) | |
download | gentoo-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>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/fail2ban/fail2ban-0.11.2.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/fail2ban/fail2ban-99999999.ebuild | 2 |
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 |