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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 71AE8158089 for ; Sat, 30 Sep 2023 02:38:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99BE32BC017; Sat, 30 Sep 2023 02:38:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 12C722BC014 for ; Sat, 30 Sep 2023 02:38:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03A3B335C7A for ; Sat, 30 Sep 2023 02:38:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 349FB1146 for ; Sat, 30 Sep 2023 02:38:14 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1696041380.e9713fec1a17a746531158230f325db325159a23.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-lang/ruby/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: dev-lang/ruby/ruby-3.1.4-r4.ebuild X-VCS-Directories: dev-lang/ruby/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: e9713fec1a17a746531158230f325db325159a23 X-VCS-Branch: master Date: Sat, 30 Sep 2023 02:38:14 +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: 099b5c35-45b5-4f9f-85ff-d741d1aa9ce4 X-Archives-Hash: a1b40c65ccf1530e9f7893ff8a3cba23 commit: e9713fec1a17a746531158230f325db325159a23 Author: orbea riseup net> AuthorDate: Sat Sep 30 02:36:20 2023 +0000 Commit: orbea riseup net> CommitDate: Sat Sep 30 02:36:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=e9713fec dev-lang/ruby: sync ::gentoo Signed-off-by: orbea riseup.net> dev-lang/ruby/ruby-3.1.4-r4.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-lang/ruby/ruby-3.1.4-r4.ebuild b/dev-lang/ruby/ruby-3.1.4-r4.ebuild index 531c20a..23fdcc3 100644 --- a/dev-lang/ruby/ruby-3.1.4-r4.ebuild +++ b/dev-lang/ruby/ruby-3.1.4-r4.ebuild @@ -90,6 +90,9 @@ src_prepare() { einfo "Removing bundled libraries..." rm -fr ext/fiddle/libffi-3.2.1 || die + # Remove webrick tests because setting LD_LIBRARY_PATH does not work for them. + rm -rf tool/test/webrick || die + # Remove tests that are known to fail or require a network connection rm -f test/ruby/test_process.rb test/rubygems/test_gem{,_path_support}.rb || die rm -f test/rinda/test_rinda.rb test/socket/test_tcp.rb test/fiber/test_address_resolve.rb test/resolv/test_addr.rb \