commit: ebd29a3a780ae95eebcce0cb5034652208fd2ba3 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Apr 2 01:45:58 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Apr 2 01:50:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd29a3a
dev-ruby/stringex: enable ruby32 I get the same failures as with each other ruby (same number, same precise failures too) and I think it's something environment-specific. Reverse deps work too. Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ruby/stringex/stringex-2.8.5-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/stringex/stringex-2.8.5-r2.ebuild b/dev-ruby/stringex/stringex-2.8.5-r2.ebuild index 8a1bc01b272d..3cf725072051 100644 --- a/dev-ruby/stringex/stringex-2.8.5-r2.ebuild +++ b/dev-ruby/stringex/stringex-2.8.5-r2.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" inherit ruby-fakegem DESCRIPTION="Extensions for Ruby's String class"
