diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-03 20:59:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-03 21:08:19 +0200 |
commit | a0c4c14a47945fb1cd8f8e54d7e19bc8a64becc6 (patch) | |
tree | c586af2628645bc689161e05571716b19138ee38 | |
parent | sys-devel/llvm: 18.x replaced recommonmark w/ myst-parser (diff) | |
download | gentoo-a0c4c14a47945fb1cd8f8e54d7e19bc8a64becc6.tar.gz gentoo-a0c4c14a47945fb1cd8f8e54d7e19bc8a64becc6.tar.bz2 gentoo-a0c4c14a47945fb1cd8f8e54d7e19bc8a64becc6.zip |
sys-devel/clang: 18.x replaced recommonmark w/ myst-parser
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | sys-devel/clang/clang-18.0.0.9999.ebuild | 2 | ||||
-rw-r--r-- | 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 ) |