projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbd7e62
)
dev-libs/libelf: bump to EAPI=6
author
Anthony G. Basile
<blueness@gentoo.org>
Fri, 3 Aug 2018 14:03:41 +0000
(10:03 -0400)
committer
Anthony G. Basile
<blueness@gentoo.org>
Fri, 3 Aug 2018 14:03:59 +0000
(10:03 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-libs/libelf/libelf-0.8.13-r2.ebuild
patch
|
blob
|
history
diff --git
a/dev-libs/libelf/libelf-0.8.13-r2.ebuild
b/dev-libs/libelf/libelf-0.8.13-r2.ebuild
index 4795811e51ada42bdbdef0de43d6049553c23658..bb77d0ee620b968b383200e84bbd56d94259d7fd 100644
(file)
--- a/
dev-libs/libelf/libelf-0.8.13-r2.ebuild
+++ b/
dev-libs/libelf/libelf-0.8.13-r2.ebuild
@@
-1,7
+1,7
@@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="
5
"
+EAPI="
6
"
inherit eutils multilib autotools multilib-minimal
@@
-21,7
+21,8
@@
DOCS=( ChangeLog README )
MULTILIB_WRAPPED_HEADERS=( /usr/include/libelf/sys_elf.h )
src_prepare() {
- epatch "${FILESDIR}/${P}-build.patch"
+ eapply "${FILESDIR}/${P}-build.patch"
+ eapply_user
eautoreconf
}