commit:     5b265b524a28991d00be142a2b89a7afa872c496
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 27 17:46:17 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jan 27 17:46:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b265b52

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(-)

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 733b5bab8e1..fc7b88d39c4 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}- \

Reply via email to