summaryrefslogtreecommitdiff
path: root/dev-python/dbus-python/dbus-python-1.2.18.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/dbus-python/dbus-python-1.2.18.ebuild')
-rw-r--r--dev-python/dbus-python/dbus-python-1.2.18.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/dbus-python/dbus-python-1.2.18.ebuild b/dev-python/dbus-python/dbus-python-1.2.18.ebuild
index 819005012383..e7cd6a6c984d 100644
--- a/dev-python/dbus-python/dbus-python-1.2.18.ebuild
+++ b/dev-python/dbus-python/dbus-python-1.2.18.ebuild
@@ -55,6 +55,10 @@ src_configure() {
configuring() {
local myconf=(
--disable-documentation
+
+ # Work around broken AX_PYTHON_DEVEL macro.
+ # https://bugs.gentoo.org/815136
+ PYTHON_EXTRA_LIBS=' '
)
[[ ${EPYTHON} == ${SPHINX_IMPL} ]] &&
myconf+=( --enable-documentation )