summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2019-06-12 20:55:54 -0500
committerJory Pratt <anarchy@gentoo.org>2019-06-12 20:55:54 -0500
commit093fc64fa4f509a1b17aa000ce8342ec66a66f2f (patch)
treece88f696e6238f2435e65dbaec6ff593b188d557 /sys-boot/vboot-utils
parentsys-boot/vboot-utils: fix libressl support, musl dep fix (diff)
downloadgentoo-093fc64fa4f509a1b17aa000ce8342ec66a66f2f.tar.gz
gentoo-093fc64fa4f509a1b17aa000ce8342ec66a66f2f.tar.bz2
gentoo-093fc64fa4f509a1b17aa000ce8342ec66a66f2f.zip
sys-boot/vboot-utils: drop libressl sed statement
Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Jory Pratt <anarchy@gentoo.org>
Diffstat (limited to 'sys-boot/vboot-utils')
-rw-r--r--sys-boot/vboot-utils/vboot-utils-72_p20181229-r1.ebuild4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys-boot/vboot-utils/vboot-utils-72_p20181229-r1.ebuild b/sys-boot/vboot-utils/vboot-utils-72_p20181229-r1.ebuild
index a6628bdafb37..01bb8a2e8179 100644
--- a/sys-boot/vboot-utils/vboot-utils-72_p20181229-r1.ebuild
+++ b/sys-boot/vboot-utils/vboot-utils-72_p20181229-r1.ebuild
@@ -55,10 +55,6 @@ src_prepare() {
-i tests/common.sh || die
sed -e "s:/mnt/host/source/src/platform/vboot_reference:${S}:" \
-i tests/futility/expect_output/* || die
- if use libressl; then
- sed -e '/OPENSSL_VERSION_NUMBER/d' \
- -i host/include/openssl_compat.h || die #674522
- fi
}
_emake() {