commit: 5e6d7c50d96a167eb26a5a692022e467868b8b6e Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Dec 31 19:06:22 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Dec 31 19:10:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e6d7c50
dev-ruby/http_parser_rb: enable ruby33 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/http_parser_rb/http_parser_rb-0.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/http_parser_rb/http_parser_rb-0.8.0.ebuild b/dev-ruby/http_parser_rb/http_parser_rb-0.8.0.ebuild index 878bf9a1a924..8a05223d2025 100644 --- a/dev-ruby/http_parser_rb/http_parser_rb-0.8.0.ebuild +++ b/dev-ruby/http_parser_rb/http_parser_rb-0.8.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby30 ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_RECIPE_TEST="rspec3"
