diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-03 20:59:12 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-03 21:08:18 +0200 |
commit | 4a06abe78841274017b5ac60134533851ad6c6c6 (patch) | |
tree | 682cc44c76556257e4e83341d9aa6e0fcbf85c03 /sys-devel/llvm | |
parent | media-sound/ardour: fixed live ebuild (diff) | |
download | gentoo-4a06abe78841274017b5ac60134533851ad6c6c6.tar.gz gentoo-4a06abe78841274017b5ac60134533851ad6c6c6.tar.bz2 gentoo-4a06abe78841274017b5ac60134533851ad6c6c6.zip |
sys-devel/llvm: 18.x replaced recommonmark w/ myst-parser
Closes: https://bugs.gentoo.org/915108
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/llvm')
-rw-r--r-- | sys-devel/llvm/llvm-18.0.0.9999.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-18.0.0_pre20231002.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/llvm/llvm-18.0.0.9999.ebuild b/sys-devel/llvm/llvm-18.0.0.9999.ebuild index 6e07e59a22ce..14a1681c7f69 100644 --- a/sys-devel/llvm/llvm-18.0.0.9999.ebuild +++ b/sys-devel/llvm/llvm-18.0.0.9999.ebuild @@ -55,7 +55,7 @@ BDEPEND=" >=sys-devel/binutils-apple-5.1 ) doc? ( $(python_gen_any_dep ' - dev-python/recommonmark[${PYTHON_USEDEP}] + dev-python/myst-parser[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] ') ) libffi? ( virtual/pkgconfig ) @@ -80,7 +80,7 @@ llvm.org_set_globals python_check_deps() { use doc || return 0 - python_has_version -b "dev-python/recommonmark[${PYTHON_USEDEP}]" && + python_has_version -b "dev-python/myst-parser[${PYTHON_USEDEP}]" && python_has_version -b "dev-python/sphinx[${PYTHON_USEDEP}]" } diff --git a/sys-devel/llvm/llvm-18.0.0_pre20231002.ebuild b/sys-devel/llvm/llvm-18.0.0_pre20231002.ebuild index 6e07e59a22ce..14a1681c7f69 100644 --- a/sys-devel/llvm/llvm-18.0.0_pre20231002.ebuild +++ b/sys-devel/llvm/llvm-18.0.0_pre20231002.ebuild @@ -55,7 +55,7 @@ BDEPEND=" >=sys-devel/binutils-apple-5.1 ) doc? ( $(python_gen_any_dep ' - dev-python/recommonmark[${PYTHON_USEDEP}] + dev-python/myst-parser[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] ') ) libffi? ( virtual/pkgconfig ) @@ -80,7 +80,7 @@ llvm.org_set_globals python_check_deps() { use doc || return 0 - python_has_version -b "dev-python/recommonmark[${PYTHON_USEDEP}]" && + python_has_version -b "dev-python/myst-parser[${PYTHON_USEDEP}]" && python_has_version -b "dev-python/sphinx[${PYTHON_USEDEP}]" } |