commit: ed25fae6ae0ef45328c872f88782730b3dc51176 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Dec 25 06:58:37 2016 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> 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 <[email protected]> (26 Dec 2015) +# Hans de Graaff <[email protected]> (25 Dec 2016) # Currently in testing and not ready to go stable yet. ruby_targets_ruby22 ruby_targets_ruby23 +ruby_targets_ruby24 # Patrick Lauer <[email protected]> (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
