commit: ebc20350041f9a721ba60a7aef5303289c316c49 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Wed Sep 29 15:28:19 2021 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Wed Sep 29 15:28:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebc20350
dev-python/dbus-python: prevent overlinking by AX_PYTHON_DEVEL Closes: https://bugs.gentoo.org/815136 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> dev-python/dbus-python/dbus-python-1.2.16-r1.ebuild | 4 ++++ dev-python/dbus-python/dbus-python-1.2.18.ebuild | 4 ++++ 2 files changed, 8 insertions(+) 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 dc7eb8eeea9..7fc1389c49c 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 ) 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 81900501238..e7cd6a6c984 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 )
