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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 734BA158091 for ; Sat, 11 Jun 2022 05:09:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B55E2E07D1; Sat, 11 Jun 2022 05:09:14 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9CFF2E07D1 for ; Sat, 11 Jun 2022 05:09:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD42A341892 for ; Sat, 11 Jun 2022 05:09:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CABB303 for ; Sat, 11 Jun 2022 05:09:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1654924144.a46b42914421b73a5bb3370a61172541fc0a1307.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/openssl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/openssl/openssl-1.1.1o-r1.ebuild X-VCS-Directories: dev-libs/openssl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a46b42914421b73a5bb3370a61172541fc0a1307 X-VCS-Branch: master Date: Sat, 11 Jun 2022 05:09:12 +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: 29ceaeb2-0884-46d9-afc3-3800d594dfd1 X-Archives-Hash: 66742fb997ab588c52b8a6a8429e5c08 commit: a46b42914421b73a5bb3370a61172541fc0a1307 Author: Sam James gentoo org> AuthorDate: Sat Jun 11 05:09:04 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 11 05:09:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a46b4291 dev-libs/openssl: ebegin -> einfo If it failed, we'd hit the || die anyway, so the eend was never going to be anything other than OK. Signed-off-by: Sam James gentoo.org> dev-libs/openssl/openssl-1.1.1o-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-libs/openssl/openssl-1.1.1o-r1.ebuild b/dev-libs/openssl/openssl-1.1.1o-r1.ebuild index 930239eb1259..795b98f026c5 100644 --- a/dev-libs/openssl/openssl-1.1.1o-r1.ebuild +++ b/dev-libs/openssl/openssl-1.1.1o-r1.ebuild @@ -96,9 +96,8 @@ src_prepare() { default if use test && use sctp && has network-sandbox ${FEATURES}; then - ebegin "Disabling test '80-test_ssl_new.t' which is known to fail with FEATURES=network-sandbox" + einfo "Disabling test '80-test_ssl_new.t' which is known to fail with FEATURES=network-sandbox ..." rm test/recipes/80-test_ssl_new.t || die - eend $? fi # - Make sure the man pages are suffixed (bug #302165)