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.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 CB06D158091 for ; Tue, 31 May 2022 16:15:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4BA5E0855; Tue, 31 May 2022 16:15:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 9A439E0855 for ; Tue, 31 May 2022 16:15:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 646C9341598 for ; Tue, 31 May 2022 16:15:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 984E64D5 for ; Tue, 31 May 2022 16:15:40 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1654013565.590d2f076d95c322f103015f82cb9ddf8136d23c.xgqt@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: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 590d2f076d95c322f103015f82cb9ddf8136d23c X-VCS-Branch: master Date: Tue, 31 May 2022 16:15:40 +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: 713d4dd4-b694-40b2-b5aa-782af1cfd1d7 X-Archives-Hash: 2eb20e454d3ba8d98d105222ae982c0f commit: 590d2f076d95c322f103015f82cb9ddf8136d23c Author: Maciej Barć gentoo org> AuthorDate: Tue May 31 16:10:50 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue May 31 16:12:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=590d2f07 profiles/base/package.use.mask: mask >=sci-mathematics/coq-8.15.0[doc] Signed-off-by: Maciej Barć 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 ac789454f4c1..a3943b07b97b 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. +# Maciej Barć (2022-05-31) +# "doc" require old version of dev-python/antlr4-python3-runtime (4.9.3) +# and dev-python/sphinx (4.4.0), both already removed from the repository tree +# Upstream bug: https://github.com/coq/coq/issues/15956 +>=sci-mathematics/coq-8.15.0 doc + # Stephan Hartmann (2022-05-29) # Not ready for general use. >=www-client/chromium-104 pgo