diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-06-24 07:45:52 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-06-24 07:45:52 +0200 |
commit | 8da926fc939d837cddbea649ff20c94c699f1268 (patch) | |
tree | 72178ce5f31a2d1870c107340ce55aeea153b613 /dev-ruby/paramesan | |
parent | sci-libs/tensorflow: Install missing generated header files (diff) | |
download | gentoo-8da926fc939d837cddbea649ff20c94c699f1268.tar.gz gentoo-8da926fc939d837cddbea649ff20c94c699f1268.tar.bz2 gentoo-8da926fc939d837cddbea649ff20c94c699f1268.zip |
dev-ruby/paramesan: avoid need for bundler
Closes: https://bugs.gentoo.org/658830
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-ruby/paramesan')
-rw-r--r-- | dev-ruby/paramesan/paramesan-0.1.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ruby/paramesan/paramesan-0.1.1.ebuild b/dev-ruby/paramesan/paramesan-0.1.1.ebuild index 07efac2d72b6..c5dacdad8814 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 } |