diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-01-01 09:43:58 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-01-01 10:32:10 +0100 |
commit | d2bb92eee8e095b27f819b17c23387f52ee9beda (patch) | |
tree | f0614785377d8f5442a4f61708403af5b4522b88 /dev-ruby | |
parent | dev-ruby/magic: enable ruby33 (diff) | |
download | gentoo-d2bb92eee8e095b27f819b17c23387f52ee9beda.tar.gz gentoo-d2bb92eee8e095b27f819b17c23387f52ee9beda.tar.bz2 gentoo-d2bb92eee8e095b27f819b17c23387f52ee9beda.zip |
dev-ruby/introspection: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/introspection/introspection-0.0.4-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/introspection/introspection-0.0.4-r2.ebuild b/dev-ruby/introspection/introspection-0.0.4-r2.ebuild index d7a08eba7456..c4905a7fbaa9 100644 --- a/dev-ruby/introspection/introspection-0.0.4-r2.ebuild +++ b/dev-ruby/introspection/introspection-0.0.4-r2.ebuild @@ -1,9 +1,9 @@ -# 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" # No documentation task RUBY_FAKEGEM_TASK_DOC="" |