From f8e7bbfdae028c572ca02f34059c6e7d2e46e3ec Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Tue, 1 Apr 2025 10:09:50 +0200 Subject: [PATCH] dev-ruby/asciimath: enable ruby34 Signed-off-by: Hans de Graaff --- dev-ruby/asciimath/asciimath-2.0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/asciimath/asciimath-2.0.6.ebuild b/dev-ruby/asciimath/asciimath-2.0.6.ebuild index 9fea139d7a6bc..20ba86d3243b6 100644 --- a/dev-ruby/asciimath/asciimath-2.0.6.ebuild +++ b/dev-ruby/asciimath/asciimath-2.0.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" +USE_RUBY="ruby31 ruby32 ruby33 ruby34" RUBY_FAKEGEM_RECIPE_TEST="rspec3"