dev-libs/elfutils: epatch->PATCHES=()
authorMarty E. Plummer <hanetzer@startmail.com>
Fri, 20 Apr 2018 12:08:46 +0000 (07:08 -0500)
committerAnthony G. Basile <blueness@gentoo.org>
Tue, 24 Apr 2018 09:19:41 +0000 (05:19 -0400)
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
dev-libs/elfutils/elfutils-0.169-r1.ebuild

index 44003a04d5d4633cc6ae1fccde433c4ecbe8fff6..0cba7905dfe80a1fc058ae61e94f0d6df74a87be 100644 (file)
@@ -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