commit: b44180a13c28968518fb21dafc6986624e99cc20 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Mar 15 07:25:10 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Mar 18 00:01:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b44180a1
dev-ruby/public_suffix: enable ruby32 for 4.0.7 ``` Finished in 0.112036s, 731.9055 runs/s, 2856.2167 assertions/s. 82 runs, 320 assertions, 0 failures, 0 errors, 0 skips ``` Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ruby/public_suffix/public_suffix-4.0.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/public_suffix/public_suffix-4.0.7.ebuild b/dev-ruby/public_suffix/public_suffix-4.0.7.ebuild index 6b42d2313e8a..8705c4505304 100644 --- a/dev-ruby/public_suffix/public_suffix-4.0.7.ebuild +++ b/dev-ruby/public_suffix/public_suffix-4.0.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30 ruby31" +USE_RUBY="ruby26 ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_EXTRAINSTALL="data"
