Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/releases/13.0/, profiles/base/
Date: Sun, 15 Jul 2018 16:13:57
Message-Id: 1531671101.a13374b0aab53fbce75be0cae897818eaeee3193.asturm@gentoo
1 commit: a13374b0aab53fbce75be0cae897818eaeee3193
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 15 11:48:11 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 15 16:11:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a13374b0
7
8 profiles: Mask <ICU-59 in base and unmask only in 13.0 profiles
9
10 profiles/base/package.mask | 7 ++++++-
11 profiles/releases/13.0/package.mask | 5 +++++
12 2 files changed, 11 insertions(+), 1 deletion(-)
13
14 diff --git a/profiles/base/package.mask b/profiles/base/package.mask
15 index 320a6bbb1a0..d1b033f55ac 100644
16 --- a/profiles/base/package.mask
17 +++ b/profiles/base/package.mask
18 @@ -1,2 +1,7 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 +
23 +# Andreas Sturmlechner <asturm@g.o> (15 Jul 2018)
24 +# Old ICU is unsupported. ICU 58 only remains for 13.0 based profiles.
25 +<dev-libs/icu-59
26 +<dev-libs/icu-layoutex-59
27
28 diff --git a/profiles/releases/13.0/package.mask b/profiles/releases/13.0/package.mask
29 index 1df5dca362c..378422f5160 100644
30 --- a/profiles/releases/13.0/package.mask
31 +++ b/profiles/releases/13.0/package.mask
32 @@ -1,6 +1,11 @@
33 # Copyright 1999-2018 Gentoo Foundation
34 # Distributed under the terms of the GNU General Public License v2
35
36 +# Andreas Sturmlechner <asturm@g.o> (15 Jul 2018)
37 +# Unmask ICU 58 only for 13.0 based profiles
38 +-<dev-libs/icu-59
39 +-<dev-libs/icu-layoutex-59
40 +
41 # Patrick McLean <chutzpah@g.o> (10 Jul 2018)
42 # requires >=nodejs-8.10 which is not available in 13.0 based profiles.
43 # Please migrate to one of the 17.0 release profiles