dev-python/sarge: fix DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/748873
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2021-09-07 09:14:51 +03:00
parent a49c137abc
commit 62a625f802

View File

@@ -4,6 +4,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7,8} )
DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1
MY_PN="${PN}"