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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 748B015808B for ; Wed, 2 Mar 2022 06:39:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E8B3E08EF; Wed, 2 Mar 2022 06:39:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 DC887E08ED for ; Wed, 2 Mar 2022 06:39:52 +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 A4D18343682 for ; Wed, 2 Mar 2022 06:39:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6DEE2EB for ; Wed, 2 Mar 2022 06:39:49 +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: <1646203185.3517871d1ee69a785a01f3b1a536a3564d8e887d.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: 3517871d1ee69a785a01f3b1a536a3564d8e887d X-VCS-Branch: master Date: Wed, 2 Mar 2022 06:39:49 +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: 66f4317a-ac33-4a27-acf4-00115f1541f8 X-Archives-Hash: a4da99fcfc0cfd727ebc1801bbb966c5 commit: 3517871d1ee69a785a01f3b1a536a3564d8e887d Author: Hans de Graaff gentoo org> AuthorDate: Sun Feb 27 10:01:08 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Mar 2 06:39:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3517871d profiles: add ruby31 RUBY_TARGET 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 453037208983..23119a063249 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -20,3 +20,4 @@ python_single_target_pypy3 # Hans de Graaff (2021-10-10) # Currently in testing and not ready to go stable yet. ruby_targets_ruby30 +ruby_targets_ruby31 diff --git a/profiles/desc/ruby_targets.desc b/profiles/desc/ruby_targets.desc index d7dbfba18fe0..ee184a5a6842 100644 --- a/profiles/desc/ruby_targets.desc +++ b/profiles/desc/ruby_targets.desc @@ -8,3 +8,4 @@ ruby25 - Build with MRI Ruby 2.5.x 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