Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/gnu-efi/
Date: Sat, 27 Jan 2018 17:46:51
Message-Id: 1517075198.5b265b524a28991d00be142a2b89a7afa872c496.slyfox@gentoo
1 commit: 5b265b524a28991d00be142a2b89a7afa872c496
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 27 17:46:17 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 27 17:46:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b265b52
7
8 sys-boot/gnu-efi: allow user patches, bug #575300
9
10 Bug: https://bugs.gentoo.org/575300
11 Package-Manager: Portage-2.3.20, Repoman-2.3.6
12
13 sys-boot/gnu-efi/gnu-efi-3.0.2.ebuild | 8 ++++++--
14 1 file changed, 6 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-boot/gnu-efi/gnu-efi-3.0.2.ebuild b/sys-boot/gnu-efi/gnu-efi-3.0.2.ebuild
17 index 733b5bab8e1..fc7b88d39c4 100644
18 --- a/sys-boot/gnu-efi/gnu-efi-3.0.2.ebuild
19 +++ b/sys-boot/gnu-efi/gnu-efi-3.0.2.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26
27 -inherit multilib
28 +inherit epatch multilib
29
30 DESCRIPTION="Library for build EFI Applications"
31 HOMEPAGE="http://gnu-efi.sourceforge.net/"
32 @@ -26,6 +26,10 @@ RDEPEND=""
33 # so doing these QA checks on them doesn't make sense.
34 QA_EXECSTACK="usr/*/lib*efi.a:* usr/*/crt*.o"
35
36 +src_prepare() {
37 + epatch_user
38 +}
39 +
40 _emake() {
41 emake \
42 prefix=${CHOST}- \