commit: a799968e3f2366b0f0205a97d39944dac50cf534 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Apr 5 02:52:34 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Apr 5 03:16:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a799968e
dev-ruby/image_processing: enable ruby32 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ruby/image_processing/image_processing-1.12.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/image_processing/image_processing-1.12.2.ebuild b/dev-ruby/image_processing/image_processing-1.12.2.ebuild index 9c1619bebd32..49c256f82d5c 100644 --- a/dev-ruby/image_processing/image_processing-1.12.2.ebuild +++ b/dev-ruby/image_processing/image_processing-1.12.2.ebuild @@ -2,7 +2,7 @@ # 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_RECIPE_DOC="none" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md doc/*.md"
