projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
844345e
)
dev-ruby/psych: avoid need for git dependency, fixing bug 593066
author
Hans de Graaff
<graaff@gentoo.org>
Thu, 8 Sep 2016 04:44:37 +0000
(06:44 +0200)
committer
Hans de Graaff
<graaff@gentoo.org>
Thu, 8 Sep 2016 04:44:37 +0000
(06:44 +0200)
Package-Manager: portage-2.2.28
dev-ruby/psych/psych-2.1.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-ruby/psych/psych-2.1.1.ebuild
b/dev-ruby/psych/psych-2.1.1.ebuild
index 04a712b52ffb081f4a5ce9b626eaddd1f367316e..0b2ed62433991552682dc6647d09218caddbb060 100644
(file)
--- a/
dev-ruby/psych/psych-2.1.1.ebuild
+++ b/
dev-ruby/psych/psych-2.1.1.ebuild
@@
-27,6
+27,7
@@
ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
all_ruby_prepare() {
sed -i -e '1igem "minitest", "~>5.0"' test/psych/helper.rb || die
+ sed -i -e '/s.files/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
}
each_ruby_configure() {