diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-12-13 16:36:30 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-12-13 16:42:07 +0100 |
commit | a3c4a4cc4f776eeaf5fe6483b17b0113009ee73e (patch) | |
tree | e39d6fed4185f785eb55f033de22bd3bb36dc36a /dev-python | |
parent | dev-python/qtsass: fix DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-a3c4a4cc4f776eeaf5fe6483b17b0113009ee73e.tar.gz gentoo-a3c4a4cc4f776eeaf5fe6483b17b0113009ee73e.tar.bz2 gentoo-a3c4a4cc4f776eeaf5fe6483b17b0113009ee73e.zip |
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 <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/helpdev/helpdev-0.7.1.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-python/helpdev/helpdev-0.7.1.ebuild b/dev-python/helpdev/helpdev-0.7.1.ebuild index ce272819a659..5f35f0d33cb6 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" |