commit: ec7916dd45b33cdc22b8615ff8a2f029bd23315b Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Aug 29 14:23:10 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Aug 29 14:26:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7916dd
dev-ruby/rmagick: enable ruby32 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/rmagick/rmagick-4.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rmagick/rmagick-4.3.0.ebuild b/dev-ruby/rmagick/rmagick-4.3.0.ebuild index 4ed1ad33e09b..4b5072a00b00 100644 --- a/dev-ruby/rmagick/rmagick-4.3.0.ebuild +++ b/dev-ruby/rmagick/rmagick-4.3.0.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="ruby30 ruby31 ruby32" RUBY_FAKEGEM_RECIPE_TEST="rspec3"