summaryrefslogtreecommitdiff
path: root/app-crypt/efitools
diff options
context:
space:
mode:
authorEdward Hyunkoo Jee <edjee@google.com>2018-05-30 19:27:17 -0400
committerAaron Bauman <bman@gentoo.org>2018-06-07 21:28:26 -0400
commitfeb7b9244f73af99ce94d5536b0a2b4a85f5dea3 (patch)
treed7a2749a3899a1abf4e0d2a1588542d50951c2e2 /app-crypt/efitools
parent2ce271745237c420a4e3ded43858065a32abbbce (diff)
downloadgentoo-feb7b9244f73af99ce94d5536b0a2b4a85f5dea3.tar.gz
gentoo-feb7b9244f73af99ce94d5536b0a2b4a85f5dea3.tar.xz
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
Diffstat (limited to 'app-crypt/efitools')
-rw-r--r--app-crypt/efitools/efitools-1.8.1.ebuild5
1 files changed, 4 insertions, 1 deletions
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