commit: c2bf9c365f32625eb63a321b5fb05bb6204b837d
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 15:43:18 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 06:16:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2bf9c36
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 e75210d..add4f68 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
}