commit: 093fc64fa4f509a1b17aa000ce8342ec66a66f2f
Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 13 01:55:54 2019 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 01:55:54 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=093fc64f
sys-boot/vboot-utils: drop libressl sed statement
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
sys-boot/vboot-utils/vboot-utils-72_p20181229-r1.ebuild | 4 ----
1 file changed, 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 a6628bdafb3..01bb8a2e817 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() {