diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-02-02 15:34:02 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-02-02 15:34:17 +0100 |
commit | 15b7f07f59a52c15f474a9847b7cc44a9deda75c (patch) | |
tree | 53c2efd7326f0be0940cc7d37121bcc904545c68 /net-analyzer/fail2ban | |
parent | sys-fs/squashfs-tools: Update DESCRIPTION/EAPI (diff) | |
download | gentoo-15b7f07f59a52c15f474a9847b7cc44a9deda75c.tar.gz gentoo-15b7f07f59a52c15f474a9847b7cc44a9deda75c.tar.bz2 gentoo-15b7f07f59a52c15f474a9847b7cc44a9deda75c.zip |
net-analyzer/fail2ban: EAPI
Package-Manager: Portage-2.3.59, 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-99999999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/fail2ban/fail2ban-99999999.ebuild b/net-analyzer/fail2ban/fail2ban-99999999.ebuild index c0387412503e..c43c91b4673f 100644 --- a/net-analyzer/fail2ban/fail2ban-99999999.ebuild +++ b/net-analyzer/fail2ban/fail2ban-99999999.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) DISTUTILS_SINGLE_IMPL=1 -inherit distutils-r1 eutils systemd git-r3 +inherit distutils-r1 git-r3 systemd DESCRIPTION="scans log files and bans IPs that show malicious signs" HOMEPAGE="http://www.fail2ban.org/" @@ -35,7 +35,7 @@ REQUIRED_USE="systemd? ( !python_single_target_pypy )" DOCS=( ChangeLog DEVELOP README.md THANKS TODO doc/run-rootless.txt ) python_prepare_all() { - eapply_user + default # Replace /var/run with /run, but not in the top source directory find . -mindepth 2 -type f -exec \ |