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 EBD2C138335 for ; Wed, 26 Dec 2018 08:20:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D902DE076B; Wed, 26 Dec 2018 08:20:46 +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 B2085E076B for ; Wed, 26 Dec 2018 08:20:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1EF38335C39 for ; Wed, 26 Dec 2018 08:20:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C58794FA for ; Wed, 26 Dec 2018 08:20:41 +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: <1545808281.94c12f8c08ad3e46ed81ec0957a25310635f8000.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: 94c12f8c08ad3e46ed81ec0957a25310635f8000 X-VCS-Branch: master Date: Wed, 26 Dec 2018 08:20:41 +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: 38b102fd-9da2-4b7c-bc6c-536d155f7a45 X-Archives-Hash: 49f625375ec5c2be60921e420c2479ab commit: 94c12f8c08ad3e46ed81ec0957a25310635f8000 Author: Hans de Graaff gentoo org> AuthorDate: Tue Dec 25 07:35:26 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Dec 26 07:11:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94c12f8c profiles: add ruby26 support 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 49932570cc7..2ec6d823cff 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -11,9 +11,10 @@ python_single_target_pypy python_targets_pypy3 python_single_target_pypy3 -# Hans de Graaff (25 Dec 2017) +# Hans de Graaff (25 Dec 2018) # Currently in testing and not ready to go stable yet. ruby_targets_ruby25 +ruby_targets_ruby26 # Patrick Lauer (28 Apr 2015) # dependencies not stable yet diff --git a/profiles/desc/ruby_targets.desc b/profiles/desc/ruby_targets.desc index 00d92301e37..578805fb10f 100644 --- a/profiles/desc/ruby_targets.desc +++ b/profiles/desc/ruby_targets.desc @@ -9,3 +9,4 @@ ruby22 - Build with MRI Ruby 2.2.x ruby23 - Build with MRI Ruby 2.3.x ruby24 - Build with MRI Ruby 2.4.x ruby25 - Build with MRI Ruby 2.5.x +ruby26 - Build with MRI Ruby 2.6.x