summaryrefslogtreecommitdiff
path: root/dev-python/dbus-python
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-06-05 19:01:24 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-06-05 19:01:24 +0000
commitc0c09fc7269d28e851fb5f9d576da423cfc6f124 (patch)
treeb9f7811e365a55f4e1aa500df2c2cfc023104ad2 /dev-python/dbus-python
parentc2c9aff8c0524b47b95699ded988b89aa1309406 (diff)
downloadbaldeagleos-repo-c0c09fc7269d28e851fb5f9d576da423cfc6f124.tar.gz
baldeagleos-repo-c0c09fc7269d28e851fb5f9d576da423cfc6f124.tar.xz
baldeagleos-repo-c0c09fc7269d28e851fb5f9d576da423cfc6f124.zip
Adding metadata
Diffstat (limited to 'dev-python/dbus-python')
-rw-r--r--dev-python/dbus-python/dbus-python-1.4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dbus-python/dbus-python-1.4.0.ebuild b/dev-python/dbus-python/dbus-python-1.4.0.ebuild
index ec65e84254f3..63fd2f1fdc2f 100644
--- a/dev-python/dbus-python/dbus-python-1.4.0.ebuild
+++ b/dev-python/dbus-python/dbus-python-1.4.0.ebuild
@@ -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[@]}"