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 CC630158087 for ; Wed, 22 Dec 2021 19:05:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CE632BC03B; Wed, 22 Dec 2021 19:05:18 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 049DE2BC03B for ; Wed, 22 Dec 2021 19:05:18 +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 C2C00342D71 for ; Wed, 22 Dec 2021 19:05:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1355257 for ; Wed, 22 Dec 2021 19:05:13 +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: <1640199908.92a10a9bb0eea2f507576618337fa3a6b0d7f53a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/devmanual/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/devmanual/devmanual-0_pre20210118.ebuild app-doc/devmanual/devmanual-9999.ebuild X-VCS-Directories: app-doc/devmanual/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 92a10a9bb0eea2f507576618337fa3a6b0d7f53a X-VCS-Branch: master Date: Wed, 22 Dec 2021 19:05:13 +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: cab8bb5a-e1d1-4263-aeb4-dc7ceae52ead X-Archives-Hash: 059de7189113077b701c69b19d89d334 commit: 92a10a9bb0eea2f507576618337fa3a6b0d7f53a Author: Michał Górny gentoo org> AuthorDate: Wed Dec 22 16:02:14 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Dec 22 19:05:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92a10a9b app-doc/devmanual: Require xml support in Python Closes: https://bugs.gentoo.org/829621 Signed-off-by: Michał Górny gentoo.org> app-doc/devmanual/devmanual-0_pre20210118.ebuild | 1 + app-doc/devmanual/devmanual-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/app-doc/devmanual/devmanual-0_pre20210118.ebuild b/app-doc/devmanual/devmanual-0_pre20210118.ebuild index 979f6c407e78..c1b3757bd901 100644 --- a/app-doc/devmanual/devmanual-0_pre20210118.ebuild +++ b/app-doc/devmanual/devmanual-0_pre20210118.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_REQ_USE="xml" inherit python-any-r1 readme.gentoo-r1 DESCRIPTION="The Gentoo Development Guide" diff --git a/app-doc/devmanual/devmanual-9999.ebuild b/app-doc/devmanual/devmanual-9999.ebuild index 9f8b6b8defcd..a2a70bcb35cd 100644 --- a/app-doc/devmanual/devmanual-9999.ebuild +++ b/app-doc/devmanual/devmanual-9999.ebuild @@ -4,6 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_REQ_USE="xml" inherit python-any-r1 readme.gentoo-r1 DESCRIPTION="The Gentoo Development Guide"