From 05e7d5da67240a40b15bfa9196f45ecbe355b440 Mon Sep 17 00:00:00 2001 From: Christopher Fore Date: Sun, 5 Apr 2026 21:14:06 -0400 Subject: [PATCH] app-admin/puppet: enable ruby33 Tests are restricted. Signed-off-by: Christopher Fore Part-of: https://codeberg.org/gentoo/gentoo/pulls/536 Signed-off-by: Sam James --- app-admin/puppet/puppet-8.10.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/puppet/puppet-8.10.0.ebuild b/app-admin/puppet/puppet-8.10.0.ebuild index 86620d8c72675..63e67aaa9f6cc 100644 --- a/app-admin/puppet/puppet-8.10.0.ebuild +++ b/app-admin/puppet/puppet-8.10.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -USE_RUBY="ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_TASK_DOC="doc:all" RUBY_FAKEGEM_EXTRAINSTALL="locales"