dev-ruby/paramesan: avoid need for bundler
authorHans de Graaff <graaff@gentoo.org>
Sun, 24 Jun 2018 05:45:52 +0000 (07:45 +0200)
committerHans 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

index 07efac2d72b6bba0ccfc276081b43a278219a9c8..c5dacdad8814b40194fa3357d72bde0102f5f040 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby22 ruby23 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
 }