commit: 1e9c8d54ae4129dde0c71134e4f78f8599de74ab Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Jun 29 08:25:14 2024 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Jun 30 05:37:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e9c8d54
app-admin/puppet-lint: enable ruby33 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> app-admin/puppet-lint/puppet-lint-4.2.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/puppet-lint/puppet-lint-4.2.3.ebuild b/app-admin/puppet-lint/puppet-lint-4.2.3.ebuild index b57aa7a47bc0..a97d8ebb1616 100644 --- a/app-admin/puppet-lint/puppet-lint-4.2.3.ebuild +++ b/app-admin/puppet-lint/puppet-lint-4.2.3.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_RECIPE_TEST="rspec3"
