commit: 927149912fe73b919a1eecdc749a1f58c273538c Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Jul 21 18:47:01 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Jul 22 11:21:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92714991
profiles: 13.0: Use package.unmask for ICU <59 profiles/releases/13.0/package.mask | 5 ----- profiles/releases/13.0/package.unmask | 7 +++++++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/profiles/releases/13.0/package.mask b/profiles/releases/13.0/package.mask index 378422f5160..1df5dca362c 100644 --- a/profiles/releases/13.0/package.mask +++ b/profiles/releases/13.0/package.mask @@ -1,11 +1,6 @@ # 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 diff --git a/profiles/releases/13.0/package.unmask b/profiles/releases/13.0/package.unmask new file mode 100644 index 00000000000..9193178ce87 --- /dev/null +++ b/profiles/releases/13.0/package.unmask @@ -0,0 +1,7 @@ +# 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
