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 45C36139694 for ; Mon, 15 May 2017 11:02:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C249E0C64; Mon, 15 May 2017 11:02:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B2BAE0C64 for ; Mon, 15 May 2017 11:02:44 +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 07304341301 for ; Mon, 15 May 2017 11:02:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 949107455 for ; Mon, 15 May 2017 11:02:41 +0000 (UTC) From: "Sam Jorna" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam Jorna" Message-ID: <1494846129.fed31007dc4f3911bfb55bab5273de7f64388140.wraeth@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/refind/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/refind/refind-0.10.7-r1.ebuild X-VCS-Directories: sys-boot/refind/ X-VCS-Committer: wraeth X-VCS-Committer-Name: Sam Jorna X-VCS-Revision: fed31007dc4f3911bfb55bab5273de7f64388140 X-VCS-Branch: master Date: Mon, 15 May 2017 11:02:41 +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: b33f7a23-5409-434a-8293-c94fe93cdb19 X-Archives-Hash: 2bdc349fbb574ba3482eadd04d815661 commit: fed31007dc4f3911bfb55bab5273de7f64388140 Author: Sam Jorna gentoo org> AuthorDate: Mon May 15 11:02:09 2017 +0000 Commit: Sam Jorna gentoo org> CommitDate: Mon May 15 11:02:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fed31007 sys-boot/refind: fix incorrect patch name Gentoo-Bug: 618510 Package-Manager: Portage-2.3.5, Repoman-2.3.2 sys-boot/refind/refind-0.10.7-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-boot/refind/refind-0.10.7-r1.ebuild b/sys-boot/refind/refind-0.10.7-r1.ebuild index b77f6fc42e8..a17a793c16f 100644 --- a/sys-boot/refind/refind-0.10.7-r1.ebuild +++ b/sys-boot/refind/refind-0.10.7-r1.ebuild @@ -55,7 +55,7 @@ src_prepare() { default # bug 616668 - build fails against gnu-efi-3.0.5 - eapply "${FILESDIR}"/"${PF}"-fix_build_gnuefi-3.0.5.patch + eapply "${FILESDIR}"/"${P}"-fix_build_gnuefi-3.0.5.patch # bug 598647 - PIE not supported sed -e 's:CFLAGS =:& -fno-PIE:' -i "${S}/Make.common" || die