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 401D3158015 for ; Mon, 25 Dec 2023 09:02:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81D192BC021; Mon, 25 Dec 2023 09:02:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6C3E92BC021 for ; Mon, 25 Dec 2023 09:02:48 +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 A2FCC33BDC5 for ; Mon, 25 Dec 2023 09:02:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA410AC2 for ; Mon, 25 Dec 2023 09:02:45 +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: <1703494961.2c23897526ea656032c837e0d18e5108f4a65fd2.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/desc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/use.stable.mask profiles/desc/ruby_targets.desc X-VCS-Directories: profiles/desc/ profiles/base/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 2c23897526ea656032c837e0d18e5108f4a65fd2 X-VCS-Branch: master Date: Mon, 25 Dec 2023 09:02:45 +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: 53554dcf-dc51-478e-bd7b-2c4bb2ff243a X-Archives-Hash: f966e7117cf9625bf3e969ac5004fb26 commit: 2c23897526ea656032c837e0d18e5108f4a65fd2 Author: Hans de Graaff gentoo org> AuthorDate: Mon Dec 25 08:01:05 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Dec 25 09:02:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c238975 profiles: add ruby33 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 33ca1ed42a4e..6682b8d46b58 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 (2023-12-25) +# Currently in testing and not ready to go stable yet. +ruby_targets_ruby32 +ruby_targets_ruby33 + # Michael Orlitzky (2023-12-05) # New unstable PHP slot. php_targets_php8-3 @@ -12,10 +17,6 @@ php_targets_php8-3 # Not stable yet. postgres_targets_postgres16 -# Sam James (2023-05-29) -# Currently in testing and not ready to go stable yet. -ruby_targets_ruby32 - # Michał Górny (2023-05-23) # Mask until dev-lang/python:3.12 becomes stable. python_targets_python3_12 diff --git a/profiles/desc/ruby_targets.desc b/profiles/desc/ruby_targets.desc index 61b5e13cbf97..59b7102b6326 100644 --- a/profiles/desc/ruby_targets.desc +++ b/profiles/desc/ruby_targets.desc @@ -8,3 +8,4 @@ ruby27 - Build with MRI Ruby 2.7.x 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