commit: 396711827e5756560bf183ceb757fb67eae643d0 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Apr 19 06:54:28 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Apr 19 08:36:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39671182
dev-ruby/pathutil: add fake ruby32 for CI Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/pathutil/pathutil-0.16.2-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/pathutil/pathutil-0.16.2-r2.ebuild b/dev-ruby/pathutil/pathutil-0.16.2-r2.ebuild index 296caa499f17..cea335f38c37 100644 --- a/dev-ruby/pathutil/pathutil-0.16.2-r2.ebuild +++ b/dev-ruby/pathutil/pathutil-0.16.2-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby30 ruby31" +USE_RUBY="ruby30 ruby31 ruby32" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_GEMSPEC="Gem.gemspec"
