summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2020-10-16 20:08:42 +0300
committerAndreas K. Hüttel <dilfridge@gentoo.org>2020-10-16 20:08:42 +0300
commit6ebb362e67b20f2bcbab109f738fd918f4edd315 (patch)
tree986054160a88c1ba881bc11d4141830b64eae52e /x11-wm/xpra
parentdev-python/qdarkstyle: stabilize 2.8.1 on amd64 (diff)
downloadgentoo-6ebb362e67b20f2bcbab109f738fd918f4edd315.tar.gz
gentoo-6ebb362e67b20f2bcbab109f738fd918f4edd315.tar.bz2
gentoo-6ebb362e67b20f2bcbab109f738fd918f4edd315.zip
x11-wm/xpra: Fix DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/749053 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'x11-wm/xpra')
-rw-r--r--x11-wm/xpra/xpra-3.0.5-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/xpra/xpra-3.0.5-r1.ebuild b/x11-wm/xpra/xpra-3.0.5-r1.ebuild
index 0e40fc2e6e0b..24df1d4e4d9f 100644
--- a/x11-wm/xpra/xpra-3.0.5-r1.ebuild
+++ b/x11-wm/xpra/xpra-3.0.5-r1.ebuild
@@ -3,8 +3,8 @@
EAPI=6
-# PyCObject_Check and PyCObject_AsVoidPtr vanished with python 3.3
PYTHON_COMPAT=( python3_{6,7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=no
inherit xdg distutils-r1 eutils flag-o-matic user tmpfiles prefix
DESCRIPTION="X Persistent Remote Apps (xpra) and Partitioning WM (parti) based on wimpiggy"