From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 14FDC1384B4 for ; Sun, 27 Dec 2015 09:23:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4A8121C016; Sun, 27 Dec 2015 09:22:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE03F21C00E for ; Sun, 27 Dec 2015 09:22:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF8E834074E for ; Sun, 27 Dec 2015 09:22:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3561B732 for ; Sun, 27 Dec 2015 09:22:39 +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: <1451208108.ce9344124b3638a9457f8bfa6cdf7f322740b76d.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: ce9344124b3638a9457f8bfa6cdf7f322740b76d X-VCS-Branch: master Date: Sun, 27 Dec 2015 09:22:39 +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-Archives-Salt: 14b20453-c8d0-406b-90fb-d1b267954c07 X-Archives-Hash: 0bc56c3ef70f8a871ed71ed970f4ddcb commit: ce9344124b3638a9457f8bfa6cdf7f322740b76d Author: Hans de Graaff gentoo org> AuthorDate: Sat Dec 26 07:12:45 2015 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Dec 27 09:21:48 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce934412 profiles: add ruby_targets_ruby23 USE flag 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 f9e89e4..4b90d97 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -21,9 +21,10 @@ python_single_target_python3_5 curl_ssl_libressl libressl -# Hans de Graaff (28 Sep 2015) +# Hans de Graaff (26 Dec 2015) # Currently in testing and not ready to go stable yet. ruby_targets_ruby22 +ruby_targets_ruby23 # Patrick Lauer (28 Apr 2015) # dependencies not stable yet diff --git a/profiles/desc/ruby_targets.desc b/profiles/desc/ruby_targets.desc index ed0c63d..417554e 100644 --- a/profiles/desc/ruby_targets.desc +++ b/profiles/desc/ruby_targets.desc @@ -12,3 +12,4 @@ ruby19 - Build with MRI Ruby 1.9.x ruby20 - Build with MRI Ruby 2.0.x ruby21 - Build with MRI Ruby 2.1.x ruby22 - Build with MRI Ruby 2.2.x +ruby23 - Build with MRI Ruby 2.3.x