From a3c4a4cc4f776eeaf5fe6483b17b0113009ee73e Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Mon, 13 Dec 2021 16:36:30 +0100 Subject: [PATCH] dev-python/helpdev: fix DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/812410 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan --- dev-python/helpdev/helpdev-0.7.1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/helpdev/helpdev-0.7.1.ebuild b/dev-python/helpdev/helpdev-0.7.1.ebuild index ce272819a659d..5f35f0d33cb6d 100644 --- a/dev-python/helpdev/helpdev-0.7.1.ebuild +++ b/dev-python/helpdev/helpdev-0.7.1.ebuild @@ -5,7 +5,6 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..10} ) -DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 DESCRIPTION="Helping users and developers to get information about the environment"