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 2FFCA138350 for ; Sat, 4 Apr 2020 13:45:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68044E0C09; Sat, 4 Apr 2020 13:45:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D523E0C09 for ; Sat, 4 Apr 2020 13:45:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2BC8834EF25 for ; Sat, 4 Apr 2020 13:45:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92DDF162 for ; Sat, 4 Apr 2020 13:45:38 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1586007857.c022bca7ec7b03104d4a51e119db69367b40f38a.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: c022bca7ec7b03104d4a51e119db69367b40f38a X-VCS-Branch: master Date: Sat, 4 Apr 2020 13:45:38 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f1132e3d-368f-4fbb-b381-3462af8e05d7 X-Archives-Hash: 831ff9e59505435d1a52607dbb214220 commit: c022bca7ec7b03104d4a51e119db69367b40f38a Author: Alfredo Tupone gentoo org> AuthorDate: Sat Apr 4 13:44:17 2020 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Apr 4 13:44:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c022bca7 profiles/base/package.use.mask: mask ada USE flag for sys-devel/gcc Signed-off-by: Alfredo Tupone gentoo.org> profiles/base/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 5013568d5a0..461726bcbce 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Alfredo Tupone (2020-04-04) +# Ada support is not yet ready for sys-deve/gcc +sys-devel/gcc ada + # Joshua Kinard (2020-03-28) # NCP support is masked pending removal of net-fs/ncpfs # Bug #681820