Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/desc/
Date: Mon, 26 Dec 2016 19:17:19
Message-Id: 1482779807.ed25fae6ae0ef45328c872f88782730b3dc51176.graaff@gentoo
1 commit: ed25fae6ae0ef45328c872f88782730b3dc51176
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 25 06:58:37 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 26 19:16:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed25fae6
7
8 profiles: add ruby_targets_ruby24 USE flag
9
10 profiles/base/use.stable.mask | 3 ++-
11 profiles/desc/ruby_targets.desc | 3 ++-
12 2 files changed, 4 insertions(+), 2 deletions(-)
13
14 diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask
15 index b52758a..76a7900 100644
16 --- a/profiles/base/use.stable.mask
17 +++ b/profiles/base/use.stable.mask
18 @@ -32,10 +32,11 @@ python_single_target_python3_5
19 curl_ssl_libressl
20 libressl
21
22 -# Hans de Graaff <graaff@g.o> (26 Dec 2015)
23 +# Hans de Graaff <graaff@g.o> (25 Dec 2016)
24 # Currently in testing and not ready to go stable yet.
25 ruby_targets_ruby22
26 ruby_targets_ruby23
27 +ruby_targets_ruby24
28
29 # Patrick Lauer <patrick@g.o> (28 Apr 2015)
30 # dependencies not stable yet
31
32 diff --git a/profiles/desc/ruby_targets.desc b/profiles/desc/ruby_targets.desc
33 index b9f2462..b122ad8 100644
34 --- a/profiles/desc/ruby_targets.desc
35 +++ b/profiles/desc/ruby_targets.desc
36 @@ -1,4 +1,4 @@
37 -# Copyright 1999-2014 Gentoo Foundation.
38 +# Copyright 1999-2016 Gentoo Foundation.
39 # Distributed under the terms of the GNU General Public License v2
40 # $Id$
41
42 @@ -11,3 +11,4 @@ ruby20 - Build with MRI Ruby 2.0.x
43 ruby21 - Build with MRI Ruby 2.1.x
44 ruby22 - Build with MRI Ruby 2.2.x
45 ruby23 - Build with MRI Ruby 2.3.x
46 +ruby24 - Build with MRI Ruby 2.4.x