dev-ruby/minitest-around: avoid loading bundler

Closes: https://bugs.gentoo.org/927955
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff
2024-04-05 13:31:56 +02:00
parent e255229212
commit 730d3cc0e5

View File

@@ -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() {