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 CAB241382C5 for ; Tue, 9 Feb 2021 06:55:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E362E08A8; Tue, 9 Feb 2021 06:55:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5FD8EE08A8 for ; Tue, 9 Feb 2021 06:55:56 +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 4AB91340B46 for ; Tue, 9 Feb 2021 06:55:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DF0BC3 for ; Tue, 9 Feb 2021 06:55:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1612853319.46ecf0afe7982569c3151a824459a167a1a7969f.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 46ecf0afe7982569c3151a824459a167a1a7969f X-VCS-Branch: master Date: Tue, 9 Feb 2021 06:55:53 +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: 8d1be0ee-b17e-4126-8ed4-2a4f76b16ac4 X-Archives-Hash: 81b5ee435b30df9b285382162232510f commit: 46ecf0afe7982569c3151a824459a167a1a7969f Author: Sam James gentoo org> AuthorDate: Tue Feb 9 06:48:39 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Feb 9 06:48:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46ecf0af profiles/base/package.use.mask: mask dev-ml/logs[javascript] Bug: https://bugs.gentoo.org/769554 Bug: https://bugs.gentoo.org/769680 Signed-off-by: Sam James gentoo.org> profiles/base/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 04cbe2ec4ba..a5aed3275d1 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,12 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Sam James (2021-02-09) +# We plan to remove dev-ml/js_of_ocaml +# but right now, this drags in plenty +# of ancient deps and is not installable. +dev-ml/logs javascript + # Sam James (2021-02-07) # Fails to build with USE=doc for now. # Needs rework to use Python eclasses