dev-libs/openssl: replace "has test ${FEATURES}" with "use test"

Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert
2021-08-11 14:19:12 -04:00
parent 4adb495757
commit 4562d26d21
3 changed files with 3 additions and 3 deletions

View File

@@ -117,7 +117,7 @@ src_prepare() {
eapply_user #332661
if has test ${FEATURES} && use sctp && has network-sandbox ${FEATURES}; then
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"
rm test/recipes/80-test_ssl_new.t || die
eend $?

View File

@@ -98,7 +98,7 @@ src_prepare() {
eapply_user
if has test ${FEATURES} && use sctp && has network-sandbox ${FEATURES} ; then
if use test && use sctp && has network-sandbox ${FEATURES} ; then
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
fi

View File

@@ -98,7 +98,7 @@ src_prepare() {
eapply_user
if has test ${FEATURES} && use sctp && has network-sandbox ${FEATURES} ; then
if use test && use sctp && has network-sandbox ${FEATURES} ; then
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
fi