From 5389d65d9108564357812251b25180edf0d1a55f Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Tue, 26 Dec 2023 09:09:51 +0100 Subject: [PATCH] dev-ruby/psych: enable ruby33 Signed-off-by: Hans de Graaff --- dev-ruby/psych/psych-5.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/psych/psych-5.1.2.ebuild b/dev-ruby/psych/psych-5.1.2.ebuild index 43ecf26608298..554a73d1edcc8 100644 --- a/dev-ruby/psych/psych-5.1.2.ebuild +++ b/dev-ruby/psych/psych-5.1.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_BINWRAP="" RUBY_FAKEGEM_EXTENSIONS=(ext/psych/extconf.rb)