diff options
author | Sam James <sam@gentoo.org> | 2022-06-11 06:09:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-11 06:09:04 +0100 |
commit | a46b42914421b73a5bb3370a61172541fc0a1307 (patch) | |
tree | f9382f78be69e06d1330224ff78e3fc0d911bcff /dev-libs/openssl/openssl-1.1.1o-r1.ebuild | |
parent | dev-libs/openssl: Update DESCRIPTION (diff) | |
download | gentoo-a46b42914421b73a5bb3370a61172541fc0a1307.tar.gz gentoo-a46b42914421b73a5bb3370a61172541fc0a1307.tar.bz2 gentoo-a46b42914421b73a5bb3370a61172541fc0a1307.zip |
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@gentoo.org>
Diffstat (limited to 'dev-libs/openssl/openssl-1.1.1o-r1.ebuild')
-rw-r--r-- | dev-libs/openssl/openssl-1.1.1o-r1.ebuild | 3 |
1 files changed, 1 insertions, 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) |