diff options
-rw-r--r-- | dev-libs/openssl/openssl-1.1.1d-r1.ebuild | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-libs/openssl/openssl-1.1.1d-r1.ebuild b/dev-libs/openssl/openssl-1.1.1d-r1.ebuild index 1ddfa7ff16f1..e27061b9434d 100644 --- a/dev-libs/openssl/openssl-1.1.1d-r1.ebuild +++ b/dev-libs/openssl/openssl-1.1.1d-r1.ebuild @@ -111,6 +111,16 @@ src_prepare() { eapply_user #332661 + if has test ${FEATURES}; then + if use sctp; then + if 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 $? + fi + fi + fi + # make sure the man pages are suffixed #302165 # don't bother building man pages if they're disabled # Make DOCDIR Gentoo compliant |