net-analyzer/fail2ban: EAPI
authorJeroen Roovers <jer@gentoo.org>
Sat, 2 Feb 2019 14:34:02 +0000 (15:34 +0100)
committerJeroen Roovers <jer@gentoo.org>
Sat, 2 Feb 2019 14:34:17 +0000 (15:34 +0100)
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
net-analyzer/fail2ban/fail2ban-99999999.ebuild

index c0387412503e969da0ebefc91715fc50c4ae1a6a..c43c91b4673fee489804c05af79445508d02677d 100644 (file)
@@ -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 \