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
This commit is contained in:
Edward Hyunkoo Jee
2018-05-30 19:27:17 -04:00
committed by Aaron Bauman
parent 2ce2717452
commit feb7b9244f

View File

@@ -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