diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-04-05 13:31:56 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-04-05 13:32:31 +0200 |
commit | 730d3cc0e5f6ee2ecfb36ad0be8236f2679cc584 (patch) | |
tree | f318a1838ad8ac1dc70672b781463e53eeae4dce /dev-ruby | |
parent | net-misc/r8152: Stabilize 2.17.1 amd64, #928336 (diff) | |
download | gentoo-730d3cc0e5f6ee2ecfb36ad0be8236f2679cc584.tar.gz gentoo-730d3cc0e5f6ee2ecfb36ad0be8236f2679cc584.tar.bz2 gentoo-730d3cc0e5f6ee2ecfb36ad0be8236f2679cc584.zip |
dev-ruby/minitest-around: avoid loading bundler
Closes: https://bugs.gentoo.org/927955
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/minitest-around/minitest-around-0.5.0-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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() { |