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 AB3B91382C5 for ; Sun, 14 Feb 2021 16:25:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09336E0884; Sun, 14 Feb 2021 16:25:11 +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 B9C12E0884 for ; Sun, 14 Feb 2021 16:25:10 +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 CB8FC335D4C for ; Sun, 14 Feb 2021 16:25:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62773B9 for ; Sun, 14 Feb 2021 16:25:08 +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: <1613319903.d66b01c15d475c3ccb5562c957780063a577f7b5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/powerpc/ppc64/package.use.mask X-VCS-Directories: profiles/arch/powerpc/ppc64/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d66b01c15d475c3ccb5562c957780063a577f7b5 X-VCS-Branch: master Date: Sun, 14 Feb 2021 16:25:08 +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: 5bf43c3c-55bc-475f-9492-ccb207382208 X-Archives-Hash: 9634c64bb8629c83ba60ace7bf5c4262 commit: d66b01c15d475c3ccb5562c957780063a577f7b5 Author: Sam James gentoo org> AuthorDate: Sun Feb 14 16:23:31 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 14 16:25:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d66b01c1 profiles/arch/powerpc/ppc64/package.use.mask: various dev-util/diffoscope masks Bug: https://bugs.gentoo.org/769956 Bug: https://bugs.gentoo.org/583400 Signed-off-by: Sam James gentoo.org> profiles/arch/powerpc/ppc64/package.use.mask | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/profiles/arch/powerpc/ppc64/package.use.mask b/profiles/arch/powerpc/ppc64/package.use.mask index dd7d4a71110..8eb5b3eb93b 100644 --- a/profiles/arch/powerpc/ppc64/package.use.mask +++ b/profiles/arch/powerpc/ppc64/package.use.mask @@ -1,6 +1,17 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2021-02-14) +# Brings in a large number of unkeyworded +# (broad) deps. Not keywording yet. +# bug #769956 +dev-util/diffoscope R pascal + +# Sam James (2021-02-14) +# Haskell isn't keyworded on ppc64 +# bug #769956, bug #583400 +dev-util/diffoscope haskell + # Michał Górny (2020-12-21) # Sanitizers supported on this architecture. sys-libs/compiler-rt-sanitizers -asan -lsan -msan -tsan