commit: ba8a61d2e899699e7a99b42ae6c3b7fc7ff74b78 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Feb 11 06:58:00 2024 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Feb 11 07:26:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba8a61d2
dev-ruby/rouge: enable ruby33 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/rouge/rouge-4.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/rouge/rouge-4.2.0.ebuild b/dev-ruby/rouge/rouge-4.2.0.ebuild index f710f3de26df..da8fd295fe7b 100644 --- a/dev-ruby/rouge/rouge-4.2.0.ebuild +++ b/dev-ruby/rouge/rouge-4.2.0.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="ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_TASK_TEST="spec" RUBY_FAKEGEM_RECIPE_DOC="yard"