projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
441ee7c
)
dev-ruby/paramesan: avoid need for bundler
author
Hans de Graaff
<graaff@gentoo.org>
Sun, 24 Jun 2018 05:45:52 +0000
(07:45 +0200)
committer
Hans de Graaff
<graaff@gentoo.org>
Sun, 24 Jun 2018 05:45:52 +0000
(07:45 +0200)
Closes: https://bugs.gentoo.org/658830
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-ruby/paramesan/paramesan-0.1.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-ruby/paramesan/paramesan-0.1.1.ebuild
b/dev-ruby/paramesan/paramesan-0.1.1.ebuild
index 07efac2d72b6bba0ccfc276081b43a278219a9c8..c5dacdad8814b40194fa3357d72bde0102f5f040 100644
(file)
--- a/
dev-ruby/paramesan/paramesan-0.1.1.ebuild
+++ b/
dev-ruby/paramesan/paramesan-0.1.1.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-USE_RUBY="ruby2
2 ruby2
3 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.md"
@@
-25,4
+25,5
@@
IUSE=""
all_ruby_prepare() {
sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die
+ sed -i -e '/bundler/ s:^:#:' Rakefile || die
}