commit: eb2e05c6299c26f86dd0805282476e2314f03f97
Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Fri Apr 20 12:08:46 2018 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Apr 24 09:19:41 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb2e05c6
dev-libs/elfutils: epatch->PATCHES=()
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
dev-libs/elfutils/elfutils-0.169-r1.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/dev-libs/elfutils/elfutils-0.169-r1.ebuild
b/dev-libs/elfutils/elfutils-0.169-r1.ebuild
index 44003a04d5d..0cba7905dfe 100644
--- a/dev-libs/elfutils/elfutils-0.169-r1.ebuild
+++ b/dev-libs/elfutils/elfutils-0.169-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -23,9 +23,12 @@ DEPEND="${RDEPEND}
>=sys-devel/flex-2.5.4a
sys-devel/m4"
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.118-PaX-support.patch
+)
+
src_prepare() {
default
- epatch "${FILESDIR}"/${PN}-0.118-PaX-support.patch
if use static-libs; then
sed -i -e '/^lib_LIBRARIES/s:=.*:=:' -e '/^%.os/s:%.o$::'
lib{asm,dw,elf}/Makefile.in || die
fi