From c2bf9c365f32625eb63a321b5fb05bb6204b837d Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Tue, 22 Mar 2016 16:43:18 +0100 Subject: [PATCH] dev-ruby/test_construct: drop ruby19 Package-Manager: portage-2.2.26 --- dev-ruby/test_construct/test_construct-2.0.1.ebuild | 6 +++--- 1 file 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 e75210d298474..add4f6848bfd9 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 }