diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-06-29 10:25:14 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-06-30 07:37:34 +0200 |
commit | 1e9c8d54ae4129dde0c71134e4f78f8599de74ab (patch) | |
tree | 8bfaf9e4e5d78f3a6a3339ceb3dc030fec862a45 /app-admin | |
parent | app-admin/puppet-lint: drop 3.4.0, 4.0.0 (diff) | |
download | gentoo-1e9c8d54ae4129dde0c71134e4f78f8599de74ab.tar.gz gentoo-1e9c8d54ae4129dde0c71134e4f78f8599de74ab.tar.bz2 gentoo-1e9c8d54ae4129dde0c71134e4f78f8599de74ab.zip |
app-admin/puppet-lint: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/puppet-lint/puppet-lint-4.2.3.ebuild | 4 |
1 files 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" |