commit: df47a1211ac48482906259b6e1ee9d8e0a5e4335 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Dec 16 10:02:01 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Dec 16 10:14:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df47a121
dev-python/functools32: Set DISTUTILS_USE_SETUPTOOLS, EAPI 7 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/functools32/functools32-3.2.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/functools32/functools32-3.2.3.ebuild b/dev-python/functools32/functools32-3.2.3.ebuild index 75d446076b6..e02bc5f8163 100644 --- a/dev-python/functools32/functools32-3.2.3.ebuild +++ b/dev-python/functools32/functools32-3.2.3.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1
