commit: f1956a7c5ee5679c92860d8f2c3983c35e547a96 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Jun 6 08:02:25 2020 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Jun 6 08:03:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1956a7c
dev-ruby/tomlrb: avoid bundler dependency Closes: https://bugs.gentoo.org/724054 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/tomlrb/tomlrb-1.2.8.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ruby/tomlrb/tomlrb-1.2.8.ebuild b/dev-ruby/tomlrb/tomlrb-1.2.8.ebuild index 426771e5fc6..c44cf34cec2 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 }
