From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E396D15807A for ; Mon, 7 Oct 2024 02:40:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED61CE29B1; Mon, 7 Oct 2024 02:40:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3602E29B1 for ; Mon, 7 Oct 2024 02:40:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED32134316C for ; Mon, 7 Oct 2024 02:40:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BD9922D7 for ; Mon, 7 Oct 2024 02:40:08 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1728268767.de9d78a1f4fc90d54dd2c3c5c6b61acfb1c49d10.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/ruby-utils.eclass X-VCS-Directories: eclass/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: de9d78a1f4fc90d54dd2c3c5c6b61acfb1c49d10 X-VCS-Branch: master Date: Mon, 7 Oct 2024 02:40:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f6aa8f29-48a9-4a8c-a4eb-b3bdb61b8f8e X-Archives-Hash: 010d167da6650192f74d3beec38cc03b commit: de9d78a1f4fc90d54dd2c3c5c6b61acfb1c49d10 Author: Sam James gentoo org> AuthorDate: Sun Oct 6 15:26:10 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 7 02:39:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de9d78a1 ruby-utils.eclass: update RUBY_TARGETS_PREFERENCE for ruby32 As we did before in 780a29cd9228988031ed0243d764d478d0482045. I think this shows up as a problem after 60910451d576803cc2cdfdbaad7fe70a7b41f55d, but not completely sure. Signed-off-by: Sam James gentoo.org> eclass/ruby-utils.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/ruby-utils.eclass b/eclass/ruby-utils.eclass index 48a25114b396..81bda3abfb36 100644 --- a/eclass/ruby-utils.eclass +++ b/eclass/ruby-utils.eclass @@ -36,10 +36,10 @@ esac # provide for a better first installation experience. # All stable RUBY_TARGETS -RUBY_TARGETS_PREFERENCE="ruby31 " +RUBY_TARGETS_PREFERENCE="ruby32 ruby31 " # All other active ruby targets -RUBY_TARGETS_PREFERENCE+="ruby32 ruby33" +RUBY_TARGETS_PREFERENCE+="ruby33" _ruby_implementation_depend() { local rubypn=