diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-05-26 12:03:53 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-05-26 12:03:53 +0200 |
commit | 119bc8fe1d3a72d5fd50d30eddb589d7ec37fa4f (patch) | |
tree | 60d2db9c7f6ace768185d9ac09c69a2646be4297 /dev-ruby | |
parent | dev-ruby/tty-color: stabilize 0.6.0-r1 for amd64 (diff) | |
download | gentoo-119bc8fe1d3a72d5fd50d30eddb589d7ec37fa4f.tar.gz gentoo-119bc8fe1d3a72d5fd50d30eddb589d7ec37fa4f.tar.bz2 gentoo-119bc8fe1d3a72d5fd50d30eddb589d7ec37fa4f.zip |
dev-ruby/polyglot: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/polyglot/polyglot-0.3.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/polyglot/polyglot-0.3.5-r1.ebuild b/dev-ruby/polyglot/polyglot-0.3.5-r1.ebuild index d280bbd80eec..bdfa2a4033bd 100644 --- a/dev-ruby/polyglot/polyglot-0.3.5-r1.ebuild +++ b/dev-ruby/polyglot/polyglot-0.3.5-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_TASK_TEST="" |