dev-util/FoBiS: Unset DISTUTILS_USE_SETUPTOOLS. Update PYTHON_COMPAT

Closes: https://bugs.gentoo.org/812458

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
Sergey Torokhov
2021-09-13 23:37:56 +03:00
parent 185bd57915
commit 03ea71c028

View File

@@ -2,8 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1