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>
This commit is contained in:
Andreas K. Hüttel
2020-10-16 20:08:42 +03:00
parent 2ed891b9d8
commit 6ebb362e67

View File

@@ -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"