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 0D35B15808B for ; Sun, 18 Feb 2024 13:23:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0665E2CA4; Sun, 18 Feb 2024 13:23:44 +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 832A5E2CA4 for ; Sun, 18 Feb 2024 13:23: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF369343138 for ; Sun, 18 Feb 2024 13:23:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5581B14CE for ; Sun, 18 Feb 2024 13:23:42 +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: <1708262610.c7529dec37244b0ec42848d1fe4effe70b9f4cf9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/clang/clang-18.1.0_rc2.ebuild sys-devel/clang/clang-19.0.0.9999.ebuild sys-devel/clang/clang-19.0.0_pre20240210.ebuild X-VCS-Directories: sys-devel/clang/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c7529dec37244b0ec42848d1fe4effe70b9f4cf9 X-VCS-Branch: master Date: Sun, 18 Feb 2024 13:23:42 +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: 3bb5daa4-7db3-4829-9e85-52b530298fed X-Archives-Hash: b3ca4fa8c976e9aff66a551d966f4109 commit: c7529dec37244b0ec42848d1fe4effe70b9f4cf9 Author: Michał Górny gentoo org> AuthorDate: Sat Feb 17 19:36:22 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 18 13:23:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7529dec sys-devel/clang: Fix missing myst-parser dep for manpage builds Bug: https://bugs.gentoo.org/924706 Signed-off-by: Michał Górny gentoo.org> sys-devel/clang/clang-18.1.0_rc2.ebuild | 13 +++++++++---- sys-devel/clang/clang-19.0.0.9999.ebuild | 13 +++++++++---- sys-devel/clang/clang-19.0.0_pre20240210.ebuild | 13 +++++++++---- 3 files changed, 27 insertions(+), 12 deletions(-) diff --git a/sys-devel/clang/clang-18.1.0_rc2.ebuild b/sys-devel/clang/clang-18.1.0_rc2.ebuild index d351f9774a48..189ad24d33b1 100644 --- a/sys-devel/clang/clang-18.1.0_rc2.ebuild +++ b/sys-devel/clang/clang-18.1.0_rc2.ebuild @@ -33,10 +33,6 @@ RDEPEND=" " BDEPEND=" ${PYTHON_DEPS} - doc? ( $(python_gen_cond_dep ' - dev-python/myst-parser[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] - ') ) xml? ( virtual/pkgconfig ) " PDEPEND=" @@ -55,6 +51,15 @@ LLVM_TEST_COMPONENTS=( LLVM_USE_TARGETS=llvm llvm.org_set_globals +[[ -n ${LLVM_MANPAGE_DIST} ]] && BDEPEND+=" doc? ( " +BDEPEND+=" + $(python_gen_cond_dep ' + dev-python/myst-parser[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}] + ') +" +[[ -n ${LLVM_MANPAGE_DIST} ]] && BDEPEND+=" ) " + # Multilib notes: # 1. ABI_* flags control ABIs libclang* is built for only. # 2. clang is always capable of compiling code for all ABIs for enabled diff --git a/sys-devel/clang/clang-19.0.0.9999.ebuild b/sys-devel/clang/clang-19.0.0.9999.ebuild index d351f9774a48..189ad24d33b1 100644 --- a/sys-devel/clang/clang-19.0.0.9999.ebuild +++ b/sys-devel/clang/clang-19.0.0.9999.ebuild @@ -33,10 +33,6 @@ RDEPEND=" " BDEPEND=" ${PYTHON_DEPS} - doc? ( $(python_gen_cond_dep ' - dev-python/myst-parser[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] - ') ) xml? ( virtual/pkgconfig ) " PDEPEND=" @@ -55,6 +51,15 @@ LLVM_TEST_COMPONENTS=( LLVM_USE_TARGETS=llvm llvm.org_set_globals +[[ -n ${LLVM_MANPAGE_DIST} ]] && BDEPEND+=" doc? ( " +BDEPEND+=" + $(python_gen_cond_dep ' + dev-python/myst-parser[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}] + ') +" +[[ -n ${LLVM_MANPAGE_DIST} ]] && BDEPEND+=" ) " + # Multilib notes: # 1. ABI_* flags control ABIs libclang* is built for only. # 2. clang is always capable of compiling code for all ABIs for enabled diff --git a/sys-devel/clang/clang-19.0.0_pre20240210.ebuild b/sys-devel/clang/clang-19.0.0_pre20240210.ebuild index d351f9774a48..189ad24d33b1 100644 --- a/sys-devel/clang/clang-19.0.0_pre20240210.ebuild +++ b/sys-devel/clang/clang-19.0.0_pre20240210.ebuild @@ -33,10 +33,6 @@ RDEPEND=" " BDEPEND=" ${PYTHON_DEPS} - doc? ( $(python_gen_cond_dep ' - dev-python/myst-parser[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] - ') ) xml? ( virtual/pkgconfig ) " PDEPEND=" @@ -55,6 +51,15 @@ LLVM_TEST_COMPONENTS=( LLVM_USE_TARGETS=llvm llvm.org_set_globals +[[ -n ${LLVM_MANPAGE_DIST} ]] && BDEPEND+=" doc? ( " +BDEPEND+=" + $(python_gen_cond_dep ' + dev-python/myst-parser[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}] + ') +" +[[ -n ${LLVM_MANPAGE_DIST} ]] && BDEPEND+=" ) " + # Multilib notes: # 1. ABI_* flags control ABIs libclang* is built for only. # 2. clang is always capable of compiling code for all ABIs for enabled