mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-libs/libratbag: update doc generator from doxygen to sphinx
doc/meson.build:3:0: ERROR: Program 'sphinx-build-3 sphinx-build3 sphinx-build' not found or not executable Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
@@ -25,7 +25,12 @@ BDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
dev-lang/swig
|
||||
virtual/pkgconfig
|
||||
doc? ( app-doc/doxygen )
|
||||
doc? (
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/sphinx[${PYTHON_USEDEP}]
|
||||
dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
|
||||
')
|
||||
)
|
||||
test? (
|
||||
dev-libs/check
|
||||
dev-libs/gobject-introspection
|
||||
|
||||
@@ -25,7 +25,12 @@ BDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
dev-lang/swig
|
||||
virtual/pkgconfig
|
||||
doc? ( app-doc/doxygen )
|
||||
doc? (
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/sphinx[${PYTHON_USEDEP}]
|
||||
dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
|
||||
')
|
||||
)
|
||||
test? (
|
||||
dev-libs/check
|
||||
dev-libs/gobject-introspection
|
||||
|
||||
Reference in New Issue
Block a user