From feb7b9244f73af99ce94d5536b0a2b4a85f5dea3 Mon Sep 17 00:00:00 2001 From: Edward Hyunkoo Jee Date: Wed, 30 May 2018 19:27:17 -0400 Subject: [PATCH] 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 f18e8b8ea271..d27b90b2cbc1 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 -- 2.26.2