commit: a455729c3deaa4273f2c313fd2c0ad42fea74f0f Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Dec 28 22:16:03 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Dec 30 20:45:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a455729c
dev-ruby/singleton: enable ruby40 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> 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 f62dc9a36b86..e7d26d500983 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"
