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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6686913835A for ; Mon, 28 Dec 2020 07:46:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AD57E0DD3; Mon, 28 Dec 2020 07:46:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 632F6E0DD3 for ; Mon, 28 Dec 2020 07:46:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E6A6341175 for ; Mon, 28 Dec 2020 07:46:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76AFD46F for ; Mon, 28 Dec 2020 07:46:53 +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: <1609141602.e0d44c22237f1bc1be4a241c4902de291b96d326.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: e0d44c22237f1bc1be4a241c4902de291b96d326 X-VCS-Branch: master Date: Mon, 28 Dec 2020 07:46:53 +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: 0098221f-9743-436a-b248-6833b40bae65 X-Archives-Hash: 52e515d63ccc88212ed6db81a83d2e3c commit: e0d44c22237f1bc1be4a241c4902de291b96d326 Author: Hans de Graaff gentoo org> AuthorDate: Sat Dec 26 06:05:37 2020 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Dec 28 07:46:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0d44c22 profiles: add new ruby30 ruby target Signed-off-by: Hans de Graaff gentoo.org> profiles/base/use.stable.mask | 3 ++- profiles/desc/ruby_targets.desc | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index ea79d69f115..577d8fa2a78 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -17,6 +17,7 @@ darcs python_targets_pypy3 python_single_target_pypy3 -# Hans de Graaff (2019-12-26) +# Hans de Graaff (2020-12-26) # Currently in testing and not ready to go stable yet. ruby_targets_ruby27 +ruby_targets_ruby30 diff --git a/profiles/desc/ruby_targets.desc b/profiles/desc/ruby_targets.desc index 0a5cd331f21..6f42774686a 100644 --- a/profiles/desc/ruby_targets.desc +++ b/profiles/desc/ruby_targets.desc @@ -11,3 +11,4 @@ ruby24 - Build with MRI Ruby 2.4.x 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