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: Sat, 02 Jan 2021 11:11:06
Message-Id: 1609585858.834fddb1847d7b5a76fa81f8a83b4efcc732977a.sam@gentoo
1 commit: 834fddb1847d7b5a76fa81f8a83b4efcc732977a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 11:01:42 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 11:10:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=834fddb1
7
8 net-analyzer/fail2ban: minor style changes to 9999
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-analyzer/fail2ban/fail2ban-9999.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/net-analyzer/fail2ban/fail2ban-9999.ebuild b/net-analyzer/fail2ban/fail2ban-9999.ebuild
17 index bf5f5359b22..75cf1cc7136 100644
18 --- a/net-analyzer/fail2ban/fail2ban-9999.ebuild
19 +++ b/net-analyzer/fail2ban/fail2ban-9999.ebuild
20 @@ -2,6 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 +
25 PYTHON_COMPAT=( python3_{6,7,8,9} )
26 DISTUTILS_SINGLE_IMPL=1
27
28 @@ -15,6 +16,8 @@ LICENSE="GPL-2"
29 SLOT="0"
30 KEYWORDS=""
31 IUSE="selinux systemd"
32 +# Needs some work to enable them right now
33 +RESTRICT="test"
34
35 RDEPEND="
36 virtual/logger
37 @@ -26,7 +29,6 @@ RDEPEND="
38 )' 'python*' ) )
39 "
40
41 -RESTRICT="test"
42 DOCS=( ChangeLog DEVELOP README.md THANKS TODO doc/run-rootless.txt )
43
44 python_prepare_all() {