commit: fed31007dc4f3911bfb55bab5273de7f64388140
Author: Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 11:02:09 2017 +0000
Commit: Sam Jorna <wraeth <AT> gentoo <DOT> 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