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 36310158095 for ; Thu, 23 Jun 2022 05:35:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B6C3E0B4B; Thu, 23 Jun 2022 05:35:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37501E0B4B for ; Thu, 23 Jun 2022 05:35:35 +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 2483E34139A for ; Thu, 23 Jun 2022 05:35:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53FF93C3 for ; Thu, 23 Jun 2022 05:35:32 +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: <1655961708.9bd757a39843e53c7828a3cacd5833c00b570b07.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/doxygen/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/doxygen/doxygen-1.9.4.ebuild app-doc/doxygen/doxygen-9999.ebuild X-VCS-Directories: app-doc/doxygen/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9bd757a39843e53c7828a3cacd5833c00b570b07 X-VCS-Branch: master Date: Thu, 23 Jun 2022 05:35:32 +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: 7be4d222-290a-4b02-a6cc-247c7ffa7e9d X-Archives-Hash: 0b098554febea8f3c1746616128c35d1 commit: 9bd757a39843e53c7828a3cacd5833c00b570b07 Author: Sam James gentoo org> AuthorDate: Thu Jun 23 05:21:48 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 23 05:21:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd757a3 app-doc/doxygen: needs python[xml(+)] Closes: https://bugs.gentoo.org/813051 Signed-off-by: Sam James gentoo.org> app-doc/doxygen/doxygen-1.9.4.ebuild | 1 + app-doc/doxygen/doxygen-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/app-doc/doxygen/doxygen-1.9.4.ebuild b/app-doc/doxygen/doxygen-1.9.4.ebuild index 43bcc5ceeb3c..9084302b6093 100644 --- a/app-doc/doxygen/doxygen-1.9.4.ebuild +++ b/app-doc/doxygen/doxygen-1.9.4.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_REQ_USE="xml(+)" inherit cmake flag-o-matic llvm python-any-r1 if [[ ${PV} = *9999* ]]; then diff --git a/app-doc/doxygen/doxygen-9999.ebuild b/app-doc/doxygen/doxygen-9999.ebuild index 41e94de45691..cd997872fb53 100644 --- a/app-doc/doxygen/doxygen-9999.ebuild +++ b/app-doc/doxygen/doxygen-9999.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_REQ_USE="xml(+)" inherit cmake flag-o-matic llvm python-any-r1 if [[ ${PV} = *9999* ]]; then