commit: 0851f5fdbf7389d8eb9892de39499145e72a6efb Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 1 22:53:36 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 1 23:18:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0851f5fd
dev-ruby/minitest-around: enable ruby32 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ruby/minitest-around/minitest-around-0.5.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/minitest-around/minitest-around-0.5.0-r1.ebuild b/dev-ruby/minitest-around/minitest-around-0.5.0-r1.ebuild index d36f36233be0..e938dc872325 100644 --- a/dev-ruby/minitest-around/minitest-around-0.5.0-r1.ebuild +++ b/dev-ruby/minitest-around/minitest-around-0.5.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="ruby27 ruby30 ruby31" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md"
