diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-03-27 11:06:18 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-03-27 11:06:53 +0100 |
commit | 2e44db8d62bee1108fd116ab3854b09446d25c66 (patch) | |
tree | 8c7854087f4e53dbaa99978e42d32e644ac14795 /net-analyzer/fail2ban | |
parent | net-analyzer/fail2ban: Drop vcs-snapshot.eclass, set EAPI=7 (diff) | |
download | gentoo-2e44db8d62bee1108fd116ab3854b09446d25c66.tar.gz gentoo-2e44db8d62bee1108fd116ab3854b09446d25c66.tar.bz2 gentoo-2e44db8d62bee1108fd116ab3854b09446d25c66.zip |
net-analyzer/fail2ban: Drop eutils.eclass
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/fail2ban')
-rw-r--r-- | net-analyzer/fail2ban/fail2ban-0.10.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/fail2ban/fail2ban-0.10.4-r1.ebuild b/net-analyzer/fail2ban/fail2ban-0.10.4-r1.ebuild index 7c58a3532c1d..08162400a076 100644 --- a/net-analyzer/fail2ban/fail2ban-0.10.4-r1.ebuild +++ b/net-analyzer/fail2ban/fail2ban-0.10.4-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) DISTUTILS_SINGLE_IMPL=1 -inherit distutils-r1 eutils systemd +inherit distutils-r1 systemd DESCRIPTION="scans log files and bans IPs that show malicious signs" HOMEPAGE="http://www.fail2ban.org/" @@ -39,7 +39,7 @@ src_unpack() { } python_prepare_all() { - eapply_user + default # Replace /var/run with /run, but not in the top source directory find . -mindepth 2 -type f -exec \ |