From cf2fa4e285262e22edcb50310c0091482c487b47 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Fri, 27 Dec 2024 11:17:02 +0100 Subject: [PATCH] dev-ruby/singleton: enable ruby34 Signed-off-by: Hans de Graaff --- dev-ruby/singleton/singleton-0.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/singleton/singleton-0.3.0.ebuild b/dev-ruby/singleton/singleton-0.3.0.ebuild index a840f575de13d..226a4592a4321 100644 --- a/dev-ruby/singleton/singleton-0.3.0.ebuild +++ b/dev-ruby/singleton/singleton-0.3.0.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_BINWRAP="" RUBY_FAKEGEM_EXTRADOC="README.md"