summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-03-27 10:01:01 +0200
committerMichał Górny <mgorny@gentoo.org>2022-03-27 10:16:58 +0200
commit4793ecbdc338a96a1a98361718c38d39d8fc3c09 (patch)
treecd8c92647c1da399767c1a3c335726f33c64418e /sys-devel/clang/clang-15.0.0.9999.ebuild
parentdev-util/jenkins-bin: add 2.332.1 (diff)
downloadgentoo-4793ecbdc338a96a1a98361718c38d39d8fc3c09.tar.gz
gentoo-4793ecbdc338a96a1a98361718c38d39d8fc3c09.tar.bz2
gentoo-4793ecbdc338a96a1a98361718c38d39d8fc3c09.zip
sys-devel/clang: Add missing dep on recommonmark
Closes: https://bugs.gentoo.org/835991 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/clang/clang-15.0.0.9999.ebuild')
-rw-r--r--sys-devel/clang/clang-15.0.0.9999.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-devel/clang/clang-15.0.0.9999.ebuild b/sys-devel/clang/clang-15.0.0.9999.ebuild
index 81598e69a80e..a30ff8ddf23e 100644
--- a/sys-devel/clang/clang-15.0.0.9999.ebuild
+++ b/sys-devel/clang/clang-15.0.0.9999.ebuild
@@ -30,7 +30,10 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="
>=dev-util/cmake-3.16
- doc? ( dev-python/sphinx )
+ doc? ( $(python_gen_cond_dep '
+ dev-python/recommonmark[${PYTHON_USEDEP}]
+ dev-python/sphinx[${PYTHON_USEDEP}]
+ ') )
xml? ( virtual/pkgconfig )
${PYTHON_DEPS}"
PDEPEND="