summaryrefslogtreecommitdiff
path: root/dev-python/dbus-python/dbus-python-1.2.16-r1.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-09-30 01:42:11 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-09-30 01:42:11 +0000
commit27000a7817921ad1784e4fad3bef69f5d2e4f9d3 (patch)
tree18a57d8cd2fabbc973ba031330d15ca2fde4a05f /dev-python/dbus-python/dbus-python-1.2.16-r1.ebuild
parent95b3a5de1bf87cd128bf7dec14e4ffba5416bcbe (diff)
downloadbaldeagleos-repo-27000a7817921ad1784e4fad3bef69f5d2e4f9d3.tar.gz
baldeagleos-repo-27000a7817921ad1784e4fad3bef69f5d2e4f9d3.tar.xz
baldeagleos-repo-27000a7817921ad1784e4fad3bef69f5d2e4f9d3.zip
Adding metadata
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.ebuild4
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 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 )