diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-08-03 10:03:41 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-08-03 10:03:59 -0400 |
commit | 84b9b0afe39ab4e3ffd03a336bca9b8ecc7f8bbb (patch) | |
tree | 4edc2910ec911ed9397268188ee2aa64cef73cda /dev-libs/libelf | |
parent | dev-libs/libelf: keyword ~arm64 (diff) | |
download | gentoo-84b9b0afe39ab4e3ffd03a336bca9b8ecc7f8bbb.tar.gz gentoo-84b9b0afe39ab4e3ffd03a336bca9b8ecc7f8bbb.tar.bz2 gentoo-84b9b0afe39ab4e3ffd03a336bca9b8ecc7f8bbb.zip |
dev-libs/libelf: bump to EAPI=6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-libs/libelf')
-rw-r--r-- | dev-libs/libelf/libelf-0.8.13-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-libs/libelf/libelf-0.8.13-r2.ebuild b/dev-libs/libelf/libelf-0.8.13-r2.ebuild index 4795811e51ad..bb77d0ee620b 100644 --- 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 } |