From: Michał Górny Date: Mon, 27 Jan 2020 05:38:54 +0000 (+0100) Subject: dev-python/gevent: Set DISTUTILS_USE_SETUPTOOLS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=97a8bed3668350c7cac44b9c1d4555dfdb23288d;p=gentoo.git dev-python/gevent: Set DISTUTILS_USE_SETUPTOOLS Signed-off-by: Michał Górny --- diff --git a/dev-python/gevent/gevent-1.4.0.ebuild b/dev-python/gevent/gevent-1.4.0.ebuild index 0a8fede4aa8d..71125420db03 100644 --- a/dev-python/gevent/gevent-1.4.0.ebuild +++ b/dev-python/gevent/gevent-1.4.0.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) PYTHON_REQ_USE="ssl(+),threads(+)"