From 27000a7817921ad1784e4fad3bef69f5d2e4f9d3 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Thu, 30 Sep 2021 01:42:11 +0000 Subject: Adding metadata --- 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(+) (limited to 'dev-python/dbus-python') 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 6906709a4a0d..45f460488873 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 31de4d2997ee..24cffed2183d 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 ) -- cgit v1.3.1