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 C6695138359 for ; Mon, 27 Jul 2020 10:02:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD88AE16DE; Mon, 27 Jul 2020 10:02:33 +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 A4F27E16DE for ; Mon, 27 Jul 2020 10:02:33 +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 A8ACA34F304 for ; Mon, 27 Jul 2020 10:02:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C0A72F6 for ; Mon, 27 Jul 2020 10:02:27 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1595844132.56aff60e3b8d9080902d2947b0f5b2fae2b16604.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 56aff60e3b8d9080902d2947b0f5b2fae2b16604 X-VCS-Branch: master Date: Mon, 27 Jul 2020 10:02:27 +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: b6350d5b-89b3-495f-b3fd-381a8db27837 X-Archives-Hash: 7a6a855b5dba8f69ba3ac25a79c606f3 commit: 56aff60e3b8d9080902d2947b0f5b2fae2b16604 Author: Michał Górny gentoo org> AuthorDate: Wed Jul 22 10:51:40 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jul 27 10:02:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56aff60e profiles/base: Mask [doc] on packages requiring py2 sphinx Signed-off-by: Michał Górny gentoo.org> profiles/base/package.use.mask | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 50eb3ee7c83..cfc88ec6167 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,27 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Michał Górny (2020-07-27) +# These packages require Python 2 support in dev-python/sphinx. +# They are generally fixable by adding py3 support and using +# distutils_enable_sphinx to build docs. + (2020-07-27) # Requires Python 2 support in xapian-bindings which in turn require # Python 2 in dev-python/sphinx.