net-analyzer/fail2ban: Drop eutils.eclass
authorJeroen Roovers <jer@gentoo.org>
Wed, 27 Mar 2019 10:06:18 +0000 (11:06 +0100)
committerJeroen Roovers <jer@gentoo.org>
Wed, 27 Mar 2019 10:06:53 +0000 (11:06 +0100)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
net-analyzer/fail2ban/fail2ban-0.10.4-r1.ebuild

index 7c58a3532c1dd135d18214fbcdd2b29e140e096c..08162400a076d8d0fc82813a7e705a7cfd8f2c97 100644 (file)
@@ -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 \