From 35541d58b581ee1607391bb21967479cd508530a Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Mon, 1 Feb 2016 08:14:42 +0100 Subject: [PATCH] dev-ruby/instance_storage: fix USE=doc, add ruby23 Also avoid a dependency on bundler. Package-Manager: portage-2.2.26 --- dev-ruby/instance_storage/instance_storage-1.0.0.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild b/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild index b8b1b1c9bd61..92af4872f9e1 100644 --- a/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild +++ b/dev-ruby/instance_storage/instance_storage-1.0.0.ebuild @@ -4,8 +4,9 @@ EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22 ruby23" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README.md" inherit ruby-fakegem @@ -16,3 +17,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" + +all_ruby_prepare() { + sed -i -e '/bundler/ s:^:#:' Rakefile test/instance_storage_test.rb || die +} -- 2.26.2