From: Hans de Graaff Date: Sun, 25 Dec 2016 06:58:37 +0000 (+0100) Subject: profiles: add ruby_targets_ruby24 USE flag X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ed25fae6ae0ef45328c872f88782730b3dc51176;p=gentoo.git profiles: add ruby_targets_ruby24 USE flag --- diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index b52758a58d8d..76a79005b03d 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 b9f246241e61..b122ad8cda90 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