diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-03-28 08:31:49 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-03-28 12:21:21 +0200 |
commit | c5871cb64a41747e715ad10e4a14403f3c4953c7 (patch) | |
tree | 85a44fc876fbb1f580e8c0059bf007b08c8997eb /dev-ruby/tzinfo | |
parent | dev-ruby/tzinfo: cleanup (diff) | |
download | gentoo-c5871cb64a41747e715ad10e4a14403f3c4953c7.tar.gz gentoo-c5871cb64a41747e715ad10e4a14403f3c4953c7.tar.bz2 gentoo-c5871cb64a41747e715ad10e4a14403f3c4953c7.zip |
dev-ruby/tzinfo: drop ruby19
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-ruby/tzinfo')
-rw-r--r-- | dev-ruby/tzinfo/tzinfo-1.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/tzinfo/tzinfo-1.2.2.ebuild b/dev-ruby/tzinfo/tzinfo-1.2.2.ebuild index fdd639c12989..885a86b562df 100644 --- a/dev-ruby/tzinfo/tzinfo-1.2.2.ebuild +++ b/dev-ruby/tzinfo/tzinfo-1.2.2.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_TASK_TEST="test_zoneinfo" |