commit: e43307ec55e4adc0a9be0ce7ab7c03fd6b3d2a08 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Mar 25 08:46:33 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Mar 26 03:02:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e43307ec
dev-ruby/rouge: enable ruby32 for 3.30.0 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ruby/rouge/rouge-3.30.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/rouge/rouge-3.30.0-r1.ebuild b/dev-ruby/rouge/rouge-3.30.0-r1.ebuild index a2b51d86f9d6..38fe6658eae0 100644 --- a/dev-ruby/rouge/rouge-3.30.0-r1.ebuild +++ b/dev-ruby/rouge/rouge-3.30.0-r1.ebuild @@ -1,8 +1,8 @@ -# 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="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_BINWRAP="" RUBY_FAKEGEM_TASK_TEST="spec"