diff options
Diffstat (limited to 'dev-ruby/json_schema/json_schema-0.20.8.ebuild')
-rw-r--r-- | dev-ruby/json_schema/json_schema-0.20.8.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 e032670207a9..548559b4ebb0 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 } |