commit: 19d568a99cb999a26abb068949fccc771a0fea15 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Wed Mar 27 10:18:19 2019 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Wed Mar 27 10:22:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19d568a9
net-analyzer/fail2ban: Drop various optional runtime dependencies Support for net-firewall/iptables, net-misc/whois and sys-freebsd/freebsd-pf is entirely optional and depends on your local configuration. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Fixes: https://bugs.gentoo.org/627872 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org> .../fail2ban/{fail2ban-0.10.4-r1.ebuild => fail2ban-0.10.4-r2.ebuild} | 4 ---- net-analyzer/fail2ban/fail2ban-99999999.ebuild | 4 ---- 2 files changed, 8 deletions(-) diff --git a/net-analyzer/fail2ban/fail2ban-0.10.4-r1.ebuild b/net-analyzer/fail2ban/fail2ban-0.10.4-r2.ebuild similarity index 95% rename from net-analyzer/fail2ban/fail2ban-0.10.4-r1.ebuild rename to net-analyzer/fail2ban/fail2ban-0.10.4-r2.ebuild index 08162400a07..1f4495bb15b 100644 --- a/net-analyzer/fail2ban/fail2ban-0.10.4-r1.ebuild +++ b/net-analyzer/fail2ban/fail2ban-0.10.4-r2.ebuild @@ -16,11 +16,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="selinux systemd" -# TODO support ipfw and ipfilter RDEPEND=" - kernel_linux? ( net-firewall/iptables ) - kernel_FreeBSD? ( sys-freebsd/freebsd-pf ) - net-misc/whois virtual/logger virtual/mta selinux? ( sec-policy/selinux-fail2ban ) diff --git a/net-analyzer/fail2ban/fail2ban-99999999.ebuild b/net-analyzer/fail2ban/fail2ban-99999999.ebuild index 3eb5b64cab5..0adb597ee8c 100644 --- a/net-analyzer/fail2ban/fail2ban-99999999.ebuild +++ b/net-analyzer/fail2ban/fail2ban-99999999.ebuild @@ -16,11 +16,7 @@ SLOT="0" KEYWORDS="" IUSE="selinux systemd" -# TODO support ipfw and ipfilter RDEPEND=" - kernel_linux? ( net-firewall/iptables ) - kernel_FreeBSD? ( sys-freebsd/freebsd-pf ) - net-misc/whois virtual/logger virtual/mta selinux? ( sec-policy/selinux-fail2ban )
