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

Also dropped unneeded eutils eclass.

Package-Manager: Portage-2.3.31, Repoman-2.3.9
This commit is contained in:
Marty E. Plummer
2018-04-20 11:36:55 -05:00
committed by Anthony G. Basile
parent 5ac232c7f6
commit e585d5c4b8

View File

@@ -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() {