commit:     feb7b9244f73af99ce94d5536b0a2b4a85f5dea3
Author:     Edward Hyunkoo Jee <edjee <AT> google <DOT> com>
AuthorDate: Wed May 30 23:27:17 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Jun  8 01:28:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb7b924

app-crypt/efitools: apply patch to fix make rules

The patch that fixes the make rules of 1.7.0 is still required for
1.8.1.
Closes: https://github.com/gentoo/gentoo/pull/8648

 app-crypt/efitools/efitools-1.8.1.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-crypt/efitools/efitools-1.8.1.ebuild 
b/app-crypt/efitools/efitools-1.8.1.ebuild
index f18e8b8ea27..d27b90b2cbc 100644
--- a/app-crypt/efitools/efitools-1.8.1.ebuild
+++ b/app-crypt/efitools/efitools-1.8.1.ebuild
@@ -25,7 +25,10 @@ DEPEND="${RDEPEND}
        sys-boot/gnu-efi
        virtual/pkgconfig"
 
-PATCHES=( "${FILESDIR}/${P}-libressl-compatibility.patch" )
+PATCHES=(
+       "${FILESDIR}/1.7.0-Make.rules.patch"
+       "${FILESDIR}/${P}-libressl-compatibility.patch"
+)
 
 src_prepare() {
        # Respect users CFLAGS

Reply via email to