diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-12-25 07:58:37 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-12-26 20:16:47 +0100 |
commit | ed25fae6ae0ef45328c872f88782730b3dc51176 (patch) | |
tree | 48260eb6a055d5d6f6c104da8f801a74c24ac225 /profiles | |
parent | sys-devel/gcc: Bump to 5.4 to -r1 (diff) | |
download | gentoo-ed25fae6ae0ef45328c872f88782730b3dc51176.tar.gz gentoo-ed25fae6ae0ef45328c872f88782730b3dc51176.tar.bz2 gentoo-ed25fae6ae0ef45328c872f88782730b3dc51176.zip |
profiles: add ruby_targets_ruby24 USE flag
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/use.stable.mask | 3 | ||||
-rw-r--r-- | 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 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 <graaff@gentoo.org> (26 Dec 2015) +# Hans de Graaff <graaff@gentoo.org> (25 Dec 2016) # Currently in testing and not ready to go stable yet. ruby_targets_ruby22 ruby_targets_ruby23 +ruby_targets_ruby24 # Patrick Lauer <patrick@gentoo.org> (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 |