From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F16BB138331 for ; Tue, 24 Apr 2018 09:20:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0880E0922; Tue, 24 Apr 2018 09:20:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD6BDE091B for ; Tue, 24 Apr 2018 09:20:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79B25335C30 for ; Tue, 24 Apr 2018 09:20:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA44E27C for ; Tue, 24 Apr 2018 09:20:32 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1524561581.eb2e05c6299c26f86dd0805282476e2314f03f97.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/elfutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/elfutils/elfutils-0.169-r1.ebuild X-VCS-Directories: dev-libs/elfutils/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: eb2e05c6299c26f86dd0805282476e2314f03f97 X-VCS-Branch: master Date: Tue, 24 Apr 2018 09:20:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7ab58f85-5d31-40b2-afa6-87abe9f5dabf X-Archives-Hash: dab213f252fed5f8edbae8166602a7fc commit: eb2e05c6299c26f86dd0805282476e2314f03f97 Author: Marty E. Plummer startmail com> AuthorDate: Fri Apr 20 12:08:46 2018 +0000 Commit: Anthony G. Basile gentoo 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 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