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 A0F82158089 for ; Tue, 3 Oct 2023 19:08:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB5B22BC028; Tue, 3 Oct 2023 19:08:25 +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 AFB612BC028 for ; Tue, 3 Oct 2023 19:08:25 +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 BCE5F335C34 for ; Tue, 3 Oct 2023 19:08:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5426D931 for ; Tue, 3 Oct 2023 19:08:23 +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: <1696360099.a0c4c14a47945fb1cd8f8e54d7e19bc8a64becc6.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.0.0.9999.ebuild sys-devel/clang/clang-18.0.0_pre20231002.ebuild X-VCS-Directories: sys-devel/clang/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a0c4c14a47945fb1cd8f8e54d7e19bc8a64becc6 X-VCS-Branch: master Date: Tue, 3 Oct 2023 19:08:23 +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: b29c4af4-3a0c-4fdc-b91f-856506362904 X-Archives-Hash: d1d084ccd4ee0fe851485201cc089334 commit: a0c4c14a47945fb1cd8f8e54d7e19bc8a64becc6 Author: Michał Górny gentoo org> AuthorDate: Tue Oct 3 18:59:46 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Oct 3 19:08:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0c4c14a sys-devel/clang: 18.x replaced recommonmark w/ myst-parser Signed-off-by: Michał Górny gentoo.org> sys-devel/clang/clang-18.0.0.9999.ebuild | 2 +- sys-devel/clang/clang-18.0.0_pre20231002.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-devel/clang/clang-18.0.0.9999.ebuild b/sys-devel/clang/clang-18.0.0.9999.ebuild index aae7c602232c..7f28af23d564 100644 --- a/sys-devel/clang/clang-18.0.0.9999.ebuild +++ b/sys-devel/clang/clang-18.0.0.9999.ebuild @@ -36,7 +36,7 @@ BDEPEND=" ${PYTHON_DEPS} >=dev-util/cmake-3.16 doc? ( $(python_gen_cond_dep ' - dev-python/recommonmark[${PYTHON_USEDEP}] + dev-python/myst-parser[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] ') ) xml? ( virtual/pkgconfig ) diff --git a/sys-devel/clang/clang-18.0.0_pre20231002.ebuild b/sys-devel/clang/clang-18.0.0_pre20231002.ebuild index aae7c602232c..7f28af23d564 100644 --- a/sys-devel/clang/clang-18.0.0_pre20231002.ebuild +++ b/sys-devel/clang/clang-18.0.0_pre20231002.ebuild @@ -36,7 +36,7 @@ BDEPEND=" ${PYTHON_DEPS} >=dev-util/cmake-3.16 doc? ( $(python_gen_cond_dep ' - dev-python/recommonmark[${PYTHON_USEDEP}] + dev-python/myst-parser[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] ') ) xml? ( virtual/pkgconfig )