commit: d2bb92eee8e095b27f819b17c23387f52ee9beda Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Jan 1 08:43:58 2024 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Jan 1 09:32:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2bb92ee
dev-ruby/introspection: enable ruby33 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/introspection/introspection-0.0.4-r2.ebuild | 4 ++-- 1 file 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=""
