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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7FBAB1580FD for ; Thu, 26 Dec 2024 06:33:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 895E3E0636; Thu, 26 Dec 2024 06:33:54 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6DF0BE0636 for ; Thu, 26 Dec 2024 06:33:54 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D15933BDFF for ; Thu, 26 Dec 2024 06:33:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 819541335 for ; Thu, 26 Dec 2024 06:33:51 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1735194795.b6f9a2ec71aeeba0f85ab653d2cab060b4e2e89a.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/, profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/use.stable.mask profiles/desc/ruby_targets.desc X-VCS-Directories: profiles/base/ profiles/desc/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: b6f9a2ec71aeeba0f85ab653d2cab060b4e2e89a X-VCS-Branch: master Date: Thu, 26 Dec 2024 06:33:51 +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: 7110f155-5056-4f7c-b180-8d16c21cb03c X-Archives-Hash: dfafd46977a2f47a6ed6d02b5877e77b commit: b6f9a2ec71aeeba0f85ab653d2cab060b4e2e89a Author: Hans de Graaff gentoo org> AuthorDate: Thu Dec 26 06:33:15 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Dec 26 06:33:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6f9a2ec profiles: add ruby34 RUBY_TARGET Signed-off-by: Hans de Graaff gentoo.org> profiles/base/use.stable.mask | 9 +++++---- profiles/desc/ruby_targets.desc | 1 + 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index 3e511294f160..a47f50a65c51 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -4,6 +4,11 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Hans de Graaff (2024-12-26) +# Currently in testing and not ready to go stable yet. +ruby_targets_ruby34 +ruby_targets_ruby33 + # Patrick Lauer (2024-09-26) # Postgresql 17 isn't stable yet postgres_targets_postgres17 @@ -15,10 +20,6 @@ python_single_target_python3_13t python_targets_pypy3 python_single_target_pypy3 -# Hans de Graaff (2023-12-25) -# Currently in testing and not ready to go stable yet. -ruby_targets_ruby33 - # Michael Orlitzky (2023-12-05) # New unstable PHP slot. php_targets_php8-3 diff --git a/profiles/desc/ruby_targets.desc b/profiles/desc/ruby_targets.desc index 08aae5d39d96..90c5514faff6 100644 --- a/profiles/desc/ruby_targets.desc +++ b/profiles/desc/ruby_targets.desc @@ -7,3 +7,4 @@ ruby30 - Build with MRI Ruby 3.0.x ruby31 - Build with MRI Ruby 3.1.x ruby32 - Build with MRI Ruby 3.2.x ruby33 - Build with MRI Ruby 3.3.x +ruby34 - Build with MRI Ruby 3.4.x