diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-12-06 07:59:35 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-12-07 07:44:48 +0100 |
commit | 08c303ac83354f400084c879aca5aba0678a8afb (patch) | |
tree | a113482567412f384d2c60c3ac7ba16976798fbc /dev-ruby | |
parent | dev-ruby/gettext_i18n_rails: drop 1.8.1 (diff) | |
download | gentoo-08c303ac83354f400084c879aca5aba0678a8afb.tar.gz gentoo-08c303ac83354f400084c879aca5aba0678a8afb.tar.bz2 gentoo-08c303ac83354f400084c879aca5aba0678a8afb.zip |
dev-ruby/GeoRuby: enable ruby30, ruby31 and disable ruby25, ruby26
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/GeoRuby/GeoRuby-2.5.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/GeoRuby/GeoRuby-2.5.2-r1.ebuild b/dev-ruby/GeoRuby/GeoRuby-2.5.2-r1.ebuild index b13578766edb..eacdc71c04e6 100644 --- a/dev-ruby/GeoRuby/GeoRuby-2.5.2-r1.ebuild +++ b/dev-ruby/GeoRuby/GeoRuby-2.5.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby25 ruby26 ruby27" +USE_RUBY="ruby27 ruby30 ruby31" RUBY_FAKEGEM_RECIPE_TEST="rspec3" |