commit: a46b42914421b73a5bb3370a61172541fc0a1307
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 05:09:04 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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)