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 C77FA158041 for ; Fri, 5 Apr 2024 11:32:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C0FEE2A1A; Fri, 5 Apr 2024 11:32:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 00D0FE2A1A for ; Fri, 5 Apr 2024 11:32:42 +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 3810C342FF9 for ; Fri, 5 Apr 2024 11:32:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C9AB1564 for ; Fri, 5 Apr 2024 11:32:40 +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: <1712316751.730d3cc0e5f6ee2ecfb36ad0be8236f2679cc584.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-around/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/minitest-around/minitest-around-0.5.0-r1.ebuild X-VCS-Directories: dev-ruby/minitest-around/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 730d3cc0e5f6ee2ecfb36ad0be8236f2679cc584 X-VCS-Branch: master Date: Fri, 5 Apr 2024 11:32:40 +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: b0215a74-abbe-4ca1-8427-1aa0431e2104 X-Archives-Hash: e7de56eb77441e7fd2ad6560f16a3cd8 commit: 730d3cc0e5f6ee2ecfb36ad0be8236f2679cc584 Author: Hans de Graaff gentoo org> AuthorDate: Fri Apr 5 11:31:56 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Apr 5 11:32:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=730d3cc0 dev-ruby/minitest-around: avoid loading bundler Closes: https://bugs.gentoo.org/927955 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/minitest-around/minitest-around-0.5.0-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-ruby/minitest-around/minitest-around-0.5.0-r1.ebuild b/dev-ruby/minitest-around/minitest-around-0.5.0-r1.ebuild index b03436238718..6c919e19b92b 100644 --- a/dev-ruby/minitest-around/minitest-around-0.5.0-r1.ebuild +++ b/dev-ruby/minitest-around/minitest-around-0.5.0-r1.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/splattael/minitest-around" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86" -IUSE="" +IUSE="test" ruby_add_rdepend "dev-ruby/minitest:5" @@ -25,6 +25,8 @@ all_ruby_prepare() { sed -i -e '/bump/ s:^:#:' \ -e '/ls-files/d' \ -e '/cucumber/ s/,.*$//' minitest-around.gemspec Rakefile || die + sed -e '/bundler/ s:^:#:' \ + -i test/helper.rb || die } each_ruby_test() {