From 03ea71c028cef448dd700052a18ef3c5753230c5 Mon Sep 17 00:00:00 2001 From: Sergey Torokhov Date: Mon, 13 Sep 2021 23:37:56 +0300 Subject: [PATCH] dev-util/FoBiS: Unset DISTUTILS_USE_SETUPTOOLS. Update PYTHON_COMPAT Closes: https://bugs.gentoo.org/812458 Signed-off-by: Sergey Torokhov --- dev-util/FoBiS/FoBiS-3.0.5.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-util/FoBiS/FoBiS-3.0.5.ebuild b/dev-util/FoBiS/FoBiS-3.0.5.ebuild index b3be8c1add..27a66da0f9 100644 --- a/dev-util/FoBiS/FoBiS-3.0.5.ebuild +++ b/dev-util/FoBiS/FoBiS-3.0.5.ebuild @@ -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