From d2a2c7f5b7a2ae69332269d35147f5b0f0ec523d Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Sat, 25 Jul 2026 05:16:22 +0300 Subject: [PATCH] dev-ruby/rr: enable ruby40 Signed-off-by: Alfred Wingate Part-of: https://codeberg.org/gentoo/gentoo/pulls/1527 Signed-off-by: Sam James --- dev-ruby/rr/rr-3.1.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/rr/rr-3.1.2.ebuild b/dev-ruby/rr/rr-3.1.2.ebuild index b681a677f95f1..d7e65608a1d1b 100644 --- a/dev-ruby/rr/rr-3.1.2.ebuild +++ b/dev-ruby/rr/rr-3.1.2.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="ruby31 ruby32 ruby33 ruby34" +USE_RUBY="ruby32 ruby33 ruby34 ruby40" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"