commit:     a14002f436353a5b82ee79001b9eae77dbec3893
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu May 21 07:18:26 2020 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat May 23 05:27:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a14002f4

dev-ruby/json_schema: avoid bundler dependency

Closes: https://bugs.gentoo.org/723814
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/json_schema/json_schema-0.20.8.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-ruby/json_schema/json_schema-0.20.8.ebuild 
b/dev-ruby/json_schema/json_schema-0.20.8.ebuild
index e032670207a..548559b4ebb 100644
--- a/dev-ruby/json_schema/json_schema-0.20.8.ebuild
+++ b/dev-ruby/json_schema/json_schema-0.20.8.ebuild
@@ -24,5 +24,6 @@ IUSE=""
 ruby_add_bdepend "test? ( dev-ruby/ecma-re-validator )"
 
 all_ruby_prepare() {
+       sed -i -e '/bundler/I s:^:#:' Rakefile || die
        sed -i -e '/^if/,/^end/ s:^:#:' test/test_helper.rb || die
 }

Reply via email to