diff options
author | Sam James <sam@gentoo.org> | 2023-04-05 03:52:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-05 04:16:12 +0100 |
commit | a799968e3f2366b0f0205a97d39944dac50cf534 (patch) | |
tree | 470fceaaafa3211312beb5977dda6be064f7774e /dev-ruby | |
parent | dev-ruby/minispec-metadata: enable ruby32 (diff) | |
download | gentoo-a799968e3f2366b0f0205a97d39944dac50cf534.tar.gz gentoo-a799968e3f2366b0f0205a97d39944dac50cf534.tar.bz2 gentoo-a799968e3f2366b0f0205a97d39944dac50cf534.zip |
dev-ruby/image_processing: enable ruby32
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/image_processing/image_processing-1.12.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |