From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 36E5E139694 for ; Sat, 10 Jun 2017 19:30:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31DD821C08D; Sat, 10 Jun 2017 19:30:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0DFEF21C08D for ; Sat, 10 Jun 2017 19:30:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C26FF34193D for ; Sat, 10 Jun 2017 19:30:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 372047465 for ; Sat, 10 Jun 2017 19:30:55 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1497123049.6561905b16cb5bbf14a5bcc2b7a3f47f8fca4688.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/releases/17.0/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/releases/17.0/package.mask profiles/releases/17.0/package.unmask X-VCS-Directories: profiles/releases/17.0/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 6561905b16cb5bbf14a5bcc2b7a3f47f8fca4688 X-VCS-Branch: master Date: Sat, 10 Jun 2017 19:30:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ad8e77de-84ac-44d7-930e-1acc2d24718c X-Archives-Hash: edc494717288176c412358a11551ed8c commit: 6561905b16cb5bbf14a5bcc2b7a3f47f8fca4688 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Jun 10 19:30:20 2017 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Jun 10 19:30:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6561905b package.mask: Fix syntax in 17.0 dir, thanks Arfrever profiles/releases/17.0/package.mask | 7 +++++++ profiles/releases/17.0/package.unmask | 9 --------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/profiles/releases/17.0/package.mask b/profiles/releases/17.0/package.mask index 943ae2b6a65..eb99442c7b5 100644 --- a/profiles/releases/17.0/package.mask +++ b/profiles/releases/17.0/package.mask @@ -4,3 +4,10 @@ # Andreas K. Huettel (27 May 2017) # Require a gcc here that uses C++14 or later as default setting (27 May 2017) +# We can unmask ICU 59 and later now we for sure have a recent GCC +# Note: "and later" is safe here since the profiles/package.mask +# still overrides. +->=dev-libs/icu-59 +->=dev-libs/icu-layoutex-59 diff --git a/profiles/releases/17.0/package.unmask b/profiles/releases/17.0/package.unmask deleted file mode 100644 index bd225f52412..00000000000 --- a/profiles/releases/17.0/package.unmask +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# Andreas K. Huettel (27 May 2017) -# We can unmask ICU 59 and later now we for sure have a recent GCC -# Note: "and later" is safe here since the profiles/package.mask -# still overrides. ->=dev-libs/icu-59 ->=dev-libs/icu-layoutex-59