summaryrefslogtreecommitdiff
path: root/dev-libs/libelf/libelf-0.8.13-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libelf/libelf-0.8.13-r2.ebuild')
-rw-r--r--dev-libs/libelf/libelf-0.8.13-r2.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-libs/libelf/libelf-0.8.13-r2.ebuild b/dev-libs/libelf/libelf-0.8.13-r2.ebuild
index 98d0962d4f44..f0832e2e44a8 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
@@ -11,7 +11,7 @@ SRC_URI="http://www.mr511.de/software/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sparc x86 -amd64-fbsd -x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ~mips ppc ppc64 sparc x86 -amd64-fbsd -x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="debug nls elibc_FreeBSD"
RDEPEND="!dev-libs/elfutils"
@@ -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
}