summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/tomlrb')
-rw-r--r--dev-ruby/tomlrb/tomlrb-1.2.8.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ruby/tomlrb/tomlrb-1.2.8.ebuild b/dev-ruby/tomlrb/tomlrb-1.2.8.ebuild
index 426771e5fc6c..c44cf34cec25 100644
--- a/dev-ruby/tomlrb/tomlrb-1.2.8.ebuild
+++ b/dev-ruby/tomlrb/tomlrb-1.2.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -22,5 +22,6 @@ KEYWORDS="~amd64"
IUSE=""
all_ruby_prepare() {
+ sed -i -e '/bundler/ s:^:#:' Rakefile || die
sed -i -e '/reporters/I s:^:#:' test/minitest_helper.rb || die
}