From: Michał Górny Date: Mon, 16 Dec 2019 09:57:31 +0000 (+0100) Subject: dev-python/backports: Set DISTUTILS_USE_SETUPTOOLS, EAPI 7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=06a2e2cafb2398940bf7bcd6dad793ce82103610;p=gentoo.git dev-python/backports: Set DISTUTILS_USE_SETUPTOOLS, EAPI 7 Signed-off-by: Michał Górny --- diff --git a/dev-python/backports/backports-1.0.ebuild b/dev-python/backports/backports-1.0.ebuild index a9de582f3904..d4bf62bd622a 100644 --- a/dev-python/backports/backports-1.0.ebuild +++ b/dev-python/backports/backports-1.0.ebuild @@ -1,7 +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 python3_{5,6,7,8} pypy{,3} ) inherit distutils-r1