commit: 0c9ea0f567f9a8381f556b782df63e4222c9585b Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Fri Oct 16 01:48:35 2020 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Fri Oct 16 02:04:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c9ea0f5
dev-python/logutils: set DISTUTILS_USE_SETUPTOOLS=no Closes: https://bugs.gentoo.org/748330 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> dev-python/logutils/logutils-0.3.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/logutils/logutils-0.3.5.ebuild b/dev-python/logutils/logutils-0.3.5.ebuild index 4263320bff1..65ba529a949 100644 --- a/dev-python/logutils/logutils-0.3.5.ebuild +++ b/dev-python/logutils/logutils-0.3.5.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 - PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1
