commit: c3eab3bf50ecc8d78f6c69d2dffe38e5e77f8a0e Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Wed Jul 12 09:19:14 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Wed Jul 12 09:27:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3eab3bf
dev-ruby/bunny: enable ruby32 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/bunny/bunny-2.22.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/bunny/bunny-2.22.0.ebuild b/dev-ruby/bunny/bunny-2.22.0.ebuild index f4b63d206dcb..ba97871ba08c 100644 --- a/dev-ruby/bunny/bunny-2.22.0.ebuild +++ b/dev-ruby/bunny/bunny-2.22.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby30 ruby31" +USE_RUBY="ruby30 ruby31 ruby32" # Tests require a live AMQP server. RUBY_FAKEGEM_TASK_TEST=""