From a455729c3deaa4273f2c313fd2c0ad42fea74f0f Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sun, 28 Dec 2025 23:16:03 +0100 Subject: [PATCH] dev-ruby/singleton: enable ruby40 Signed-off-by: Hans de Graaff --- dev-ruby/singleton/singleton-0.3.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ruby/singleton/singleton-0.3.0.ebuild b/dev-ruby/singleton/singleton-0.3.0.ebuild index f62dc9a36b868..e7d26d500983b 100644 --- a/dev-ruby/singleton/singleton-0.3.0.ebuild +++ b/dev-ruby/singleton/singleton-0.3.0.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33 ruby34" + +USE_RUBY="ruby32 ruby33 ruby34 ruby40" RUBY_FAKEGEM_BINWRAP="" RUBY_FAKEGEM_EXTRADOC="README.md"