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 0FCAA138350 for ; Sat, 28 Mar 2020 23:21:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37454E0A70; Sat, 28 Mar 2020 23:21:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 1D29FE0A70 for ; Sat, 28 Mar 2020 23:21:05 +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 BDF9234FA96 for ; Sat, 28 Mar 2020 23:21:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87784154 for ; Sat, 28 Mar 2020 23:21:01 +0000 (UTC) From: "Joshua Kinard" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joshua Kinard" Message-ID: <1585437642.1f92c082df2840655f87fdea8d0b7dba4c652e7f.kumba@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: kumba X-VCS-Committer-Name: Joshua Kinard X-VCS-Revision: 1f92c082df2840655f87fdea8d0b7dba4c652e7f X-VCS-Branch: master Date: Sat, 28 Mar 2020 23:21:01 +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: c4b39de3-fa7b-4b7c-8059-b12d81e0972b X-Archives-Hash: cee9dfc1f36e43d73f7da74d57ba5fc6 commit: 1f92c082df2840655f87fdea8d0b7dba4c652e7f Author: Joshua Kinard gentoo org> AuthorDate: Sat Mar 28 23:17:20 2020 +0000 Commit: Joshua Kinard gentoo org> CommitDate: Sat Mar 28 23:20:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f92c082 profiles/base/package.use.mask: mask 'ncp' USE flag net-fs/ncpfs is slated for removal in ~75 days. Mask its associated USE flag. Bug: https://bugs.gentoo.org/681820 Signed-off-by: Joshua Kinard gentoo.org> profiles/base/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 0dd1b4963d2..c00da3175d9 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Joshua Kinard (2020-03-28) +# NCP support is masked pending removal of net-fs/ncpfs +# Bug #681820 +net-analyzer/hydra ncp + # Michał Górny (2020-03-28) # Requires masked dev-vcs/bzr. Remove the mask if breezy is packaged # and the package is confirmed to work with it.