commit:     8da926fc939d837cddbea649ff20c94c699f1268
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 05:45:52 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 05:45:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8da926fc

dev-ruby/paramesan: avoid need for bundler

Closes: https://bugs.gentoo.org/658830
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/paramesan/paramesan-0.1.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/paramesan/paramesan-0.1.1.ebuild 
b/dev-ruby/paramesan/paramesan-0.1.1.ebuild
index 07efac2d72b..c5dacdad881 100644
--- 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="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
 }

Reply via email to