summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2016-03-22 16:43:18 +0100
committerHans de Graaff <graaff@gentoo.org>2016-03-23 07:16:21 +0100
commitc2bf9c365f32625eb63a321b5fb05bb6204b837d (patch)
treee2e9be572d357e9cf957092aff052055670caa39 /dev-ruby/test_construct/test_construct-2.0.1.ebuild
parentnet-print/cups-filters: drop old configure munging (diff)
downloadgentoo-c2bf9c365f32625eb63a321b5fb05bb6204b837d.tar.gz
gentoo-c2bf9c365f32625eb63a321b5fb05bb6204b837d.tar.bz2
gentoo-c2bf9c365f32625eb63a321b5fb05bb6204b837d.zip
dev-ruby/test_construct: drop ruby19
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-ruby/test_construct/test_construct-2.0.1.ebuild')
-rw-r--r--dev-ruby/test_construct/test_construct-2.0.1.ebuild6
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
}