dev-util/gprof2dot: Fix DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/749891
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Package-Manager: Portage-3.0.0, Repoman-2.3.23
This commit is contained in:
Sebastian Pipping
2020-10-18 21:36:47 +02:00
parent 8136434417
commit 1312c2a303

View File

@@ -5,6 +5,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_REQ_USE='xml'
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1