commit: d6a11f1b66d6a4256dba65af599ab607061b1458 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Thu Oct 15 05:58:29 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Oct 16 18:21:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a11f1b
dev-python/fields: correct DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/748372 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/fields/fields-5.0.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/fields/fields-5.0.0-r2.ebuild b/dev-python/fields/fields-5.0.0-r2.ebuild index 06fbc514ec8..c20e1053d87 100644 --- a/dev-python/fields/fields-5.0.0-r2.ebuild +++ b/dev-python/fields/fields-5.0.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -DISTUTILS_USE_SETUPTOOLS=rdepend +DISTUTILS_USE_SETUPTOOLS=bdepend PYTHON_COMPAT=( python3_{6..9} pypy3 ) inherit distutils-r1