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/desc/, profiles/base/
Date: Thu, 26 Dec 2019 11:06:05
Message-Id: 1577358349.76a7e4206d834e02f9c6f277f578b3b83dbe32e2.graaff@gentoo
1 commit: 76a7e4206d834e02f9c6f277f578b3b83dbe32e2
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 26 07:30:12 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 26 11:05:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76a7e420
7
8 profiles: add ruby27 RUBY_TARGET
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 profiles/base/use.stable.mask | 3 ++-
13 profiles/desc/ruby_targets.desc | 1 +
14 2 files changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask
17 index 636435aa7dd..9c76a0e79ac 100644
18 --- a/profiles/base/use.stable.mask
19 +++ b/profiles/base/use.stable.mask
20 @@ -23,6 +23,7 @@ python_single_target_pypy
21 python_targets_pypy3
22 python_single_target_pypy3
23
24 -# Hans de Graaff <graaff@g.o> (2018-12-25)
25 +# Hans de Graaff <graaff@g.o> (2019-12-26)
26 # Currently in testing and not ready to go stable yet.
27 ruby_targets_ruby26
28 +ruby_targets_ruby27
29
30 diff --git a/profiles/desc/ruby_targets.desc b/profiles/desc/ruby_targets.desc
31 index 578805fb10f..44fd69614bb 100644
32 --- a/profiles/desc/ruby_targets.desc
33 +++ b/profiles/desc/ruby_targets.desc
34 @@ -10,3 +10,4 @@ ruby23 - Build with MRI Ruby 2.3.x
35 ruby24 - Build with MRI Ruby 2.4.x
36 ruby25 - Build with MRI Ruby 2.5.x
37 ruby26 - Build with MRI Ruby 2.6.x
38 +ruby27 - Build with MRI Ruby 2.7.x