From 5b265b524a28991d00be142a2b89a7afa872c496 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 27 Jan 2018 17:46:17 +0000 Subject: sys-boot/gnu-efi: allow user patches, bug #575300 Bug: https://bugs.gentoo.org/575300 Package-Manager: Portage-2.3.20, Repoman-2.3.6 --- sys-boot/gnu-efi/gnu-efi-3.0.2.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sys-boot') diff --git a/sys-boot/gnu-efi/gnu-efi-3.0.2.ebuild b/sys-boot/gnu-efi/gnu-efi-3.0.2.ebuild index 733b5bab8e1e..fc7b88d39c4a 100644 --- a/sys-boot/gnu-efi/gnu-efi-3.0.2.ebuild +++ b/sys-boot/gnu-efi/gnu-efi-3.0.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit multilib +inherit epatch multilib DESCRIPTION="Library for build EFI Applications" HOMEPAGE="http://gnu-efi.sourceforge.net/" @@ -26,6 +26,10 @@ RDEPEND="" # so doing these QA checks on them doesn't make sense. QA_EXECSTACK="usr/*/lib*efi.a:* usr/*/crt*.o" +src_prepare() { + epatch_user +} + _emake() { emake \ prefix=${CHOST}- \ -- cgit v1.2.3-65-gdbad