From f129f42370a946dde156a2999ddf13b620dbc652 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Fri, 24 Jul 2026 22:01:01 +0300 Subject: [PATCH] dev-ruby/rubytest-cli: enable ruby40 Signed-off-by: Alfred Wingate Part-of: https://codeberg.org/gentoo/gentoo/pulls/1527 Signed-off-by: Sam James --- dev-ruby/rubytest-cli/rubytest-cli-0.2.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/rubytest-cli/rubytest-cli-0.2.0-r1.ebuild b/dev-ruby/rubytest-cli/rubytest-cli-0.2.0-r1.ebuild index 8b7a88821ecf4..402afc1a242d3 100644 --- a/dev-ruby/rubytest-cli/rubytest-cli-0.2.0-r1.ebuild +++ b/dev-ruby/rubytest-cli/rubytest-cli-0.2.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby32 ruby33 ruby34" +USE_RUBY="ruby32 ruby33 ruby34 ruby40" RUBY_FAKEGEM_TASK_TEST="" RUBY_FAKEGEM_RECIPE_DOC="yard"