Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/fail2ban/
Date: Thu, 03 Dec 2020 06:49:10
Message-Id: 1606978140.276e0e4f773aac17146f22d168e16a4c93ed0228.sam@gentoo
1 commit: 276e0e4f773aac17146f22d168e16a4c93ed0228
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 06:49:00 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 06:49:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=276e0e4f
7
8 net-analyzer/fail2ban: add Python 3.8 to live too
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-analyzer/fail2ban/fail2ban-99999999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-analyzer/fail2ban/fail2ban-99999999.ebuild b/net-analyzer/fail2ban/fail2ban-99999999.ebuild
17 index 358d12b3149..4cfac190293 100644
18 --- a/net-analyzer/fail2ban/fail2ban-99999999.ebuild
19 +++ b/net-analyzer/fail2ban/fail2ban-99999999.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -PYTHON_COMPAT=( python3_{6,7} )
25 +PYTHON_COMPAT=( python3_{6,7,8} )
26 DISTUTILS_SINGLE_IMPL=1
27
28 inherit bash-completion-r1 distutils-r1 git-r3 systemd