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 188FC15802E for ; Mon, 24 Jun 2024 05:30:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 446AA2BC047; Mon, 24 Jun 2024 05:30:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2537E2BC047 for ; Mon, 24 Jun 2024 05:30:09 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E09F335D6A for ; Mon, 24 Jun 2024 05:30:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF2C6154E for ; Mon, 24 Jun 2024 05:30:06 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1719206984.5fb741cac05185c0c63edf65c6963615d81d8b2c.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/maxitest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/maxitest/maxitest-5.5.0.ebuild X-VCS-Directories: dev-ruby/maxitest/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 5fb741cac05185c0c63edf65c6963615d81d8b2c X-VCS-Branch: master Date: Mon, 24 Jun 2024 05:30:06 +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: e96218a3-b14b-478e-86f1-28d66e7755c3 X-Archives-Hash: b2279b448b46aa999e92253495ac9be6 commit: 5fb741cac05185c0c63edf65c6963615d81d8b2c Author: Hans de Graaff gentoo org> AuthorDate: Mon Jun 24 05:19:09 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Jun 24 05:29:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb741ca dev-ruby/maxitest: drop mutex_m workaround This requires a new enough minitest version where this is fixed. Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/maxitest/maxitest-5.5.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-ruby/maxitest/maxitest-5.5.0.ebuild b/dev-ruby/maxitest/maxitest-5.5.0.ebuild index 2d4e9c6b4e44..79c9eb8c9ccf 100644 --- a/dev-ruby/maxitest/maxitest-5.5.0.ebuild +++ b/dev-ruby/maxitest/maxitest-5.5.0.ebuild @@ -23,7 +23,7 @@ IUSE="test" ruby_add_rdepend ">=dev-ruby/minitest-5.14.0:* =dev-ruby/minitest-5.21.0 )" all_ruby_prepare() { rm -f Gemfile.lock || die @@ -31,7 +31,6 @@ all_ruby_prepare() { sed -e 's:_relative ": "./:' \ -i ${RUBY_FAKEGEM_GEMSPEC} || die sed -e '/\(debug\|bump\)/ s:^:#:' \ - -e 'agem "mutex_m"' \ -i Gemfile || die sed -e '/shows backtrace for/askip' \