From: Sergei Trofimovich Date: Tue, 31 Mar 2020 20:36:55 +0000 (+0100) Subject: dev-util/diffoscope: DISTUTILS_USE_SETUPTOOLS=rdepend X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b8559a6fdd1f86728c06d316871a9c74bde1d0a0;p=gentoo.git dev-util/diffoscope: DISTUTILS_USE_SETUPTOOLS=rdepend Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich --- diff --git a/dev-util/diffoscope/diffoscope-138.ebuild b/dev-util/diffoscope/diffoscope-138.ebuild index 78434bd21e06..a677a10243ad 100644 --- a/dev-util/diffoscope/diffoscope-138.ebuild +++ b/dev-util/diffoscope/diffoscope-138.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 DESCRIPTION="Will try to get to the bottom of what makes files or directories different"