mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/openssl: replace "has test ${FEATURES}" with "use test"
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
@@ -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 $?
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user