sys-boot/vboot-utils: drop libressl sed statement
authorJory Pratt <anarchy@gentoo.org>
Thu, 13 Jun 2019 01:55:54 +0000 (20:55 -0500)
committerJory Pratt <anarchy@gentoo.org>
Thu, 13 Jun 2019 01:55:54 +0000 (20:55 -0500)
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Jory Pratt <anarchy@gentoo.org>
sys-boot/vboot-utils/vboot-utils-72_p20181229-r1.ebuild

index a6628bdafb373d4b7240007e0632024444bc306a..01bb8a2e817982c7187f43a341c325b1851e7238 100644 (file)
@@ -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() {