From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1345039-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D8F98158086 for <garchives@archives.gentoo.org>; Wed, 1 Dec 2021 21:15:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C06A2BC05B; Wed, 1 Dec 2021 21:15:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E85CF2BC05B for <gentoo-commits@lists.gentoo.org>; Wed, 1 Dec 2021 21:15:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED51B342C34 for <gentoo-commits@lists.gentoo.org>; Wed, 1 Dec 2021 21:15:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D042132 for <gentoo-commits@lists.gentoo.org>; Wed, 1 Dec 2021 21:15:28 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1638393313.357483573e56e509284ad31e52a95b4d6711c32d.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: 357483573e56e509284ad31e52a95b4d6711c32d X-VCS-Branch: master Date: Wed, 1 Dec 2021 21:15:28 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fb26d66c-36dc-4439-8786-fc246b9ec5bc X-Archives-Hash: 5be4665536e9768d7582ccb2be8b84e0 commit: 357483573e56e509284ad31e52a95b4d6711c32d Author: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail <DOT> com> AuthorDate: Wed Dec 1 21:06:06 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Dec 1 21:15:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35748357 profiles/base: mask sys-apps/exa[man] in base This pulls in pandoc, which for the moment will remain unstable until a plan is in place for stabilizing ghc and other haskell dependencies. Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail.com> Bug: https://bugs.gentoo.org/807376 Closes: https://github.com/gentoo/gentoo/pull/23138 Signed-off-by: Sam James <sam <AT> 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 67ffff076bc3..2d812fb127c9 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. +# Wolfgang E. Sanyer <ezzieyguywuf@gmail.com> (2021-12-01) +# Requires pandoc, which is unstable due to various haskell dependencies +# (including ghc) +>=sys-apps/exa-0.10.1 man + # Sam James <sam@gentoo.org> (2021-11-26) # Needs unpackaged asciidoctor-pdf for now # bug #827290