diff options
Diffstat (limited to 'dev-python/dbus-python/dbus-python-1.2.16-r1.ebuild')
| -rw-r--r-- | dev-python/dbus-python/dbus-python-1.2.16-r1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/dbus-python/dbus-python-1.2.16-r1.ebuild b/dev-python/dbus-python/dbus-python-1.2.16-r1.ebuild index dc7eb8eeea93..7fc1389c49ca 100644 --- a/dev-python/dbus-python/dbus-python-1.2.16-r1.ebuild +++ b/dev-python/dbus-python/dbus-python-1.2.16-r1.ebuild @@ -57,6 +57,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 ) |
