From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 813EB138334 for ; Fri, 4 Oct 2019 15:48:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 622B3E0875; Fri, 4 Oct 2019 15:48:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 462DFE0849 for ; Fri, 4 Oct 2019 15:48:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E87134B909 for ; Fri, 4 Oct 2019 15:48:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E34EF828 for ; Fri, 4 Oct 2019 15:48:26 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1570204097.3a74b0ebf01874bba7f299b7148ee03ed99531fb.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/openssl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/openssl/openssl-1.1.1d-r1.ebuild X-VCS-Directories: dev-libs/openssl/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 3a74b0ebf01874bba7f299b7148ee03ed99531fb X-VCS-Branch: master Date: Fri, 4 Oct 2019 15:48:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0e88c23f-44e3-4d9c-9fc2-0275896b2677 X-Archives-Hash: 82d2826abca3ab8fad78d82af7c8d117 commit: 3a74b0ebf01874bba7f299b7148ee03ed99531fb Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Oct 4 15:43:14 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Oct 4 15:48:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a74b0eb dev-libs/openssl: test_ssl_new.t is known to fail with FEATURES=network-sandbox Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann gentoo.org> dev-libs/openssl/openssl-1.1.1d-r1.ebuild | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dev-libs/openssl/openssl-1.1.1d-r1.ebuild b/dev-libs/openssl/openssl-1.1.1d-r1.ebuild index 1ddfa7ff16f..e27061b9434 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