From: Michał Górny Date: Mon, 16 Mar 2020 11:53:24 +0000 (+0100) Subject: dev-python/pyxdg: Set DISTUTILS_USE_SETUPTOOLS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ccd543a3befe9a4f3d95f3b8b59325c030d30509;p=gentoo.git dev-python/pyxdg: Set DISTUTILS_USE_SETUPTOOLS Signed-off-by: Michał Górny --- diff --git a/dev-python/pyxdg/pyxdg-0.26-r1.ebuild b/dev-python/pyxdg/pyxdg-0.26-r1.ebuild index 42c7aba9535b..08d87ce82d84 100644 --- a/dev-python/pyxdg/pyxdg-0.26-r1.ebuild +++ b/dev-python/pyxdg/pyxdg-0.26-r1.ebuild @@ -3,7 +3,9 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} ) + inherit distutils-r1 MY_P=${PN}-rel-${PV}