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 830E6139085 for ; Mon, 26 Dec 2016 19:17:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC419E0C22; Mon, 26 Dec 2016 19:17:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B73ECE0C22 for ; Mon, 26 Dec 2016 19:17:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ADCA934119A for ; Mon, 26 Dec 2016 19:17:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76F042417 for ; Mon, 26 Dec 2016 19:17:16 +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: <1482779807.ed25fae6ae0ef45328c872f88782730b3dc51176.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: ed25fae6ae0ef45328c872f88782730b3dc51176 X-VCS-Branch: master Date: Mon, 26 Dec 2016 19:17:16 +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: ec290507-5c07-45d4-bb1a-2837b4914a0e X-Archives-Hash: 6de4d5b8ad4b5d738766930a067ec2a8 commit: ed25fae6ae0ef45328c872f88782730b3dc51176 Author: Hans de Graaff gentoo org> AuthorDate: Sun Dec 25 06:58:37 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Dec 26 19:16:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed25fae6 profiles: add ruby_targets_ruby24 USE flag profiles/base/use.stable.mask | 3 ++- profiles/desc/ruby_targets.desc | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index b52758a..76a7900 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -32,10 +32,11 @@ python_single_target_python3_5 curl_ssl_libressl libressl -# Hans de Graaff (26 Dec 2015) +# Hans de Graaff (25 Dec 2016) # Currently in testing and not ready to go stable yet. ruby_targets_ruby22 ruby_targets_ruby23 +ruby_targets_ruby24 # Patrick Lauer (28 Apr 2015) # dependencies not stable yet diff --git a/profiles/desc/ruby_targets.desc b/profiles/desc/ruby_targets.desc index b9f2462..b122ad8 100644 --- a/profiles/desc/ruby_targets.desc +++ b/profiles/desc/ruby_targets.desc @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation. +# Copyright 1999-2016 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,3 +11,4 @@ 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 +ruby24 - Build with MRI Ruby 2.4.x