From 616579b5d773c50af31ee56f00105d96ce641ca2 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Aug 2021 10:30:13 +0100 Subject: gentoo resync : 14.08.2021 --- dev-libs/openssl/openssl-1.1.1k-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-libs/openssl/openssl-1.1.1k-r1.ebuild') diff --git a/dev-libs/openssl/openssl-1.1.1k-r1.ebuild b/dev-libs/openssl/openssl-1.1.1k-r1.ebuild index d212bef1be76..d07d4096d082 100644 --- a/dev-libs/openssl/openssl-1.1.1k-r1.ebuild +++ b/dev-libs/openssl/openssl-1.1.1k-r1.ebuild @@ -63,7 +63,7 @@ pkg_setup() { [[ ${MERGE_TYPE} == binary ]] && return # must check in pkg_setup; sysctl don't work with userpriv! - if has test ${FEATURES} && use sctp; then + if use test && use sctp; then # test_ssl_new will fail with "Ensure SCTP AUTH chunks are enabled in kernel" # if sctp.auth_enable is not enabled. local sctp_auth_status=$(sysctl -n net.sctp.auth_enable 2>/dev/null) @@ -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 $? -- cgit v1.2.3