From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DD08D138334 for ; Thu, 13 Jun 2019 01:56:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBBE1E0882; Thu, 13 Jun 2019 01:56:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CBFEDE0882 for ; Thu, 13 Jun 2019 01:56:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 851F9345FB5 for ; Thu, 13 Jun 2019 01:56:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C67D608 for ; Thu, 13 Jun 2019 01:56:03 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1560390954.093fc64fa4f509a1b17aa000ce8342ec66a66f2f.anarchy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/vboot-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/vboot-utils/vboot-utils-72_p20181229-r1.ebuild X-VCS-Directories: sys-boot/vboot-utils/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 093fc64fa4f509a1b17aa000ce8342ec66a66f2f X-VCS-Branch: master Date: Thu, 13 Jun 2019 01:56:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f804557c-725d-4b8c-aee9-d7b445401d70 X-Archives-Hash: d38085342c5714d41aafec00d904a262 commit: 093fc64fa4f509a1b17aa000ce8342ec66a66f2f Author: Jory Pratt gentoo org> AuthorDate: Thu Jun 13 01:55:54 2019 +0000 Commit: Jory Pratt gentoo 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 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() {