From 30b5dd3d572c0c73092e7ea8d400f4dd1ac1feae Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 21 Feb 2020 15:17:00 +0100 Subject: [PATCH] dev-python/cffi: Set DISTUTILS_USE_SETUPTOOLS MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/709904 Signed-off-by: Michał Górny --- dev-python/cffi/cffi-1.13.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/cffi/cffi-1.13.2.ebuild b/dev-python/cffi/cffi-1.13.2.ebuild index d4b10421eed0..c3db6ba5ad92 100644 --- a/dev-python/cffi/cffi-1.13.2.ebuild +++ b/dev-python/cffi/cffi-1.13.2.ebuild @@ -5,6 +5,7 @@ EAPI=7 # DO NOT ADD pypy to PYTHON_COMPAT # pypy bundles a modified version of cffi. Use python_gen_cond_dep instead. +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) inherit distutils-r1 toolchain-funcs -- 2.26.2