Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/fail2ban/
Date: Mon, 30 Dec 2019 12:59:12
Message-Id: 1577710726.867a39bbe540327982d93847c6962cee0551ced1.mgorny@gentoo
1 commit: 867a39bbe540327982d93847c6962cee0551ced1
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 30 00:48:31 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 30 12:58:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=867a39bb
7
8 net-analyzer/fail2ban: Remove to-be-redundant REQUIRED_USE
9
10 Package-Manager: Portage-2.3.83, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 net-analyzer/fail2ban/fail2ban-0.10.4-r2.ebuild | 2 +-
15 net-analyzer/fail2ban/fail2ban-0.10.4.ebuild | 2 +-
16 net-analyzer/fail2ban/fail2ban-99999999.ebuild | 2 +-
17 3 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/net-analyzer/fail2ban/fail2ban-0.10.4-r2.ebuild b/net-analyzer/fail2ban/fail2ban-0.10.4-r2.ebuild
20 index ac3d0618622..d5d7baa066b 100644
21 --- a/net-analyzer/fail2ban/fail2ban-0.10.4-r2.ebuild
22 +++ b/net-analyzer/fail2ban/fail2ban-0.10.4-r2.ebuild
23 @@ -25,7 +25,7 @@ RDEPEND="
24 sys-apps/systemd[python(-),${PYTHON_USEDEP}]
25 )' 'python*' ) )
26 "
27 -REQUIRED_USE="systemd? ( !python_single_target_pypy )"
28 +
29 RESTRICT="test"
30 DOCS=( ChangeLog DEVELOP README.md THANKS TODO doc/run-rootless.txt )
31
32
33 diff --git a/net-analyzer/fail2ban/fail2ban-0.10.4.ebuild b/net-analyzer/fail2ban/fail2ban-0.10.4.ebuild
34 index 613c33272c0..3845f402b88 100644
35 --- a/net-analyzer/fail2ban/fail2ban-0.10.4.ebuild
36 +++ b/net-analyzer/fail2ban/fail2ban-0.10.4.ebuild
37 @@ -29,7 +29,7 @@ RDEPEND="
38 sys-apps/systemd[python(-),${PYTHON_USEDEP}]
39 )' 'python*' ) )
40 "
41 -REQUIRED_USE="systemd? ( !python_single_target_pypy )"
42 +
43 RESTRICT="test"
44 DOCS=( ChangeLog DEVELOP README.md THANKS TODO doc/run-rootless.txt )
45
46
47 diff --git a/net-analyzer/fail2ban/fail2ban-99999999.ebuild b/net-analyzer/fail2ban/fail2ban-99999999.ebuild
48 index d4e1f1886dc..a562cf3e6d0 100644
49 --- a/net-analyzer/fail2ban/fail2ban-99999999.ebuild
50 +++ b/net-analyzer/fail2ban/fail2ban-99999999.ebuild
51 @@ -25,7 +25,7 @@ RDEPEND="
52 sys-apps/systemd[python(-),${PYTHON_USEDEP}]
53 )' 'python*' ) )
54 "
55 -REQUIRED_USE="systemd? ( !python_single_target_pypy )"
56 +
57 RESTRICT="test"
58 DOCS=( ChangeLog DEVELOP README.md THANKS TODO doc/run-rootless.txt )