mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/dbus-python: only pass --enable-documentation with USE=doc
This showed up on the binhost builder today [0]. We only call python_setup conditionally, so match the condition below too. [0] https://public-inbox.gentoo.org/gentoo-binhost-autobuilds/20250604145325.BDF30749FB7@milou.amd64.dev.gentoo.org/ Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -69,7 +69,7 @@ src_configure() {
|
||||
# https://bugs.gentoo.org/815136
|
||||
PYTHON_EXTRA_LIBS=' '
|
||||
)
|
||||
[[ ${EPYTHON} == ${SPHINX_IMPL} ]] &&
|
||||
use doc && [[ ${EPYTHON} == ${SPHINX_IMPL} ]] &&
|
||||
myconf+=( --enable-documentation )
|
||||
|
||||
econf "${myconf[@]}"
|
||||
|
||||
Reference in New Issue
Block a user