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 7377C158020 for ; Sun, 25 Dec 2022 13:52:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6ABABE07D3; Sun, 25 Dec 2022 13:52:14 +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 52647E07D3 for ; Sun, 25 Dec 2022 13:52:14 +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 14481340B9E for ; Sun, 25 Dec 2022 13:52:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44A537DC for ; Sun, 25 Dec 2022 13:52:11 +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: <1671976327.80c20cb8e1069fe978755cd712fc342bb0d06d60.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/base/ profiles/desc/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 80c20cb8e1069fe978755cd712fc342bb0d06d60 X-VCS-Branch: master Date: Sun, 25 Dec 2022 13:52:11 +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: 8696d30f-0f19-41c3-8577-67b86d5acf4c X-Archives-Hash: 4886f61f92ce006b896d898778d0510d commit: 80c20cb8e1069fe978755cd712fc342bb0d06d60 Author: Hans de Graaff gentoo org> AuthorDate: Sun Dec 25 13:00:18 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Dec 25 13:52:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c20cb8 profiles: add ruby_targets_ruby32 In preparation of adding dev-lang/ruby:3.2 Signed-off-by: Hans de Graaff gentoo.org> profiles/base/use.stable.mask | 1 + profiles/desc/ruby_targets.desc | 1 + 2 files changed, 2 insertions(+) diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index 9f302287fcb8..419ea2fee196 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -29,3 +29,4 @@ python_single_target_pypy3 # Currently in testing and not ready to go stable yet. ruby_targets_ruby30 ruby_targets_ruby31 +ruby_targets_ruby32 diff --git a/profiles/desc/ruby_targets.desc b/profiles/desc/ruby_targets.desc index 06e59b7bd430..d1681bebfaf5 100644 --- a/profiles/desc/ruby_targets.desc +++ b/profiles/desc/ruby_targets.desc @@ -8,3 +8,4 @@ ruby26 - Build with MRI Ruby 2.6.x 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