diff options
Diffstat (limited to 'dev-ruby/test_construct')
-rw-r--r-- | dev-ruby/test_construct/test_construct-2.0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/test_construct/test_construct-2.0.1.ebuild b/dev-ruby/test_construct/test_construct-2.0.1.ebuild index e75210d29847..add4f6848bfd 100644 --- a/dev-ruby/test_construct/test_construct-2.0.1.ebuild +++ b/dev-ruby/test_construct/test_construct-2.0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" @@ -24,6 +24,6 @@ ruby_add_bdepend "test? ( dev-ruby/rspec:3 )" -all_ruby_prepare () { +all_ruby_prepare() { sed -i -e '/bundler/ s:^:#:' Rakefile || die } |