commit: a13374b0aab53fbce75be0cae897818eaeee3193 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Jul 15 11:48:11 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Jul 15 16:11:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a13374b0
profiles: Mask <ICU-59 in base and unmask only in 13.0 profiles profiles/base/package.mask | 7 ++++++- profiles/releases/13.0/package.mask | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/profiles/base/package.mask b/profiles/base/package.mask index 320a6bbb1a0..d1b033f55ac 100644 --- a/profiles/base/package.mask +++ b/profiles/base/package.mask @@ -1,2 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 + +# Andreas Sturmlechner <[email protected]> (15 Jul 2018) +# Old ICU is unsupported. ICU 58 only remains for 13.0 based profiles. +<dev-libs/icu-59 +<dev-libs/icu-layoutex-59 diff --git a/profiles/releases/13.0/package.mask b/profiles/releases/13.0/package.mask index 1df5dca362c..378422f5160 100644 --- a/profiles/releases/13.0/package.mask +++ b/profiles/releases/13.0/package.mask @@ -1,6 +1,11 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner <[email protected]> (15 Jul 2018) +# Unmask ICU 58 only for 13.0 based profiles +-<dev-libs/icu-59 +-<dev-libs/icu-layoutex-59 + # Patrick McLean <[email protected]> (10 Jul 2018) # requires >=nodejs-8.10 which is not available in 13.0 based profiles. # Please migrate to one of the 17.0 release profiles
