commit:     e585d5c4b80bdc61e8bc2a3b4c28dacf72a9c818
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Fri Apr 20 16:36:55 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Apr 21 11:15:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e585d5c4

dev-util/elfkickers: epatch->PATCHES=()

Also dropped unneeded eutils eclass.

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-util/elfkickers/elfkickers-3.1.ebuild | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/dev-util/elfkickers/elfkickers-3.1.ebuild 
b/dev-util/elfkickers/elfkickers-3.1.ebuild
index 57d7594f539..0fd4830cc4e 100644
--- a/dev-util/elfkickers/elfkickers-3.1.ebuild
+++ b/dev-util/elfkickers/elfkickers-3.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=6
 
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
 
 MY_PN=${PN/elf/ELF}-${PV}
 S=${WORKDIR}/${MY_PN}
@@ -20,13 +20,16 @@ IUSE="doc"
 DEPEND="app-misc/pax-utils"
 RDEPEND=""
 
+PATCHES=(
+       "${FILESDIR}"/${P}-respect-CFLAGS-LDFLAGS.patch
+       "${FILESDIR}"/${P}-create-destdir-path.patch
+       "${FILESDIR}"/add-freebsd-elf-defs.patch
+)
+
 src_prepare() {
-       epatch "${FILESDIR}"/${P}-respect-CFLAGS-LDFLAGS.patch
-       epatch "${FILESDIR}"/${P}-create-destdir-path.patch
-       epatch "${FILESDIR}"/add-freebsd-elf-defs.patch
+       default
        sed -i -e "s:^prefix = /usr/local:prefix = ${D}:" Makefile \
                || die "sed failed"
-       eapply_user
 }
 
 src_compile() {

Reply via email to