projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9917634
)
dev-ruby/json_schema: avoid bundler dependency
author
Hans de Graaff
<graaff@gentoo.org>
Thu, 21 May 2020 07:18:26 +0000
(09:18 +0200)
committer
Hans de Graaff
<graaff@gentoo.org>
Sat, 23 May 2020 05:27:55 +0000
(07:27 +0200)
Closes: https://bugs.gentoo.org/723814
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
dev-ruby/json_schema/json_schema-0.20.8.ebuild
patch
|
blob
|
history
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 e032670207a9ff7640826eb15c01d30f3e2b085b..548559b4ebb0308f8d2083f7a327905cf074ab09 100644
(file)
--- 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
}