diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-03-06 19:31:37 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-03-06 19:31:37 +0100 |
commit | 0a943f1f112c9249cb30b7b22e4a1e9ea35b3545 (patch) | |
tree | 5475cf726fd25781336f80245e54a2eab5e6da8c /dev-ruby/GeoRuby | |
parent | dev-ruby/GeoRuby: Remove old (diff) | |
download | gentoo-0a943f1f112c9249cb30b7b22e4a1e9ea35b3545.tar.gz gentoo-0a943f1f112c9249cb30b7b22e4a1e9ea35b3545.tar.bz2 gentoo-0a943f1f112c9249cb30b7b22e4a1e9ea35b3545.zip |
dev-ruby/GeoRuby: Remove ruby19
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-ruby/GeoRuby')
-rw-r--r-- | dev-ruby/GeoRuby/GeoRuby-2.2.1-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/GeoRuby/GeoRuby-2.5.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ruby/GeoRuby/GeoRuby-2.2.1-r2.ebuild b/dev-ruby/GeoRuby/GeoRuby-2.2.1-r2.ebuild index 811992aa9de0..4ac9f8f596b3 100644 --- a/dev-ruby/GeoRuby/GeoRuby-2.2.1-r2.ebuild +++ b/dev-ruby/GeoRuby/GeoRuby-2.2.1-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 # uses ruby19 hash syntax -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby20" RUBY_FAKEGEM_RECIPE_TEST="rspec" diff --git a/dev-ruby/GeoRuby/GeoRuby-2.5.2.ebuild b/dev-ruby/GeoRuby/GeoRuby-2.5.2.ebuild index 17a3146a8df7..c09ecd0796ef 100644 --- a/dev-ruby/GeoRuby/GeoRuby-2.5.2.ebuild +++ b/dev-ruby/GeoRuby/GeoRuby-2.5.2.ebuild @@ -1,10 +1,10 @@ -# 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_TEST="rspec3" |