From fa7548178a5754306c5fae54445e186bf5dc6aa7 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Wed, 31 Dec 2025 22:19:47 +0100 Subject: [PATCH] dev-ruby/commonmarker: enable ruby40 Signed-off-by: Hans de Graaff --- dev-ruby/commonmarker/commonmarker-0.23.11.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ruby/commonmarker/commonmarker-0.23.11.ebuild b/dev-ruby/commonmarker/commonmarker-0.23.11.ebuild index 8efbbeb738e05..afbaffa0ef1d2 100644 --- a/dev-ruby/commonmarker/commonmarker-0.23.11.ebuild +++ b/dev-ruby/commonmarker/commonmarker-0.23.11.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_EXTENSIONS=(ext/commonmarker/extconf.rb) RUBY_FAKEGEM_EXTENSION_LIBDIR="lib/commonmarker"