From: Michał Górny Date: Tue, 18 Feb 2020 17:56:30 +0000 (+0100) Subject: dev-python/pymountboot: Set DISTUTILS_USE_SETUPTOOLS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=85f6bf79eea4537f9bc60b762050eb89ec93cf3a;p=gentoo.git dev-python/pymountboot: Set DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/709890 Signed-off-by: Michał Górny --- diff --git a/dev-python/pymountboot/pymountboot-0.2.2.ebuild b/dev-python/pymountboot/pymountboot-0.2.2.ebuild index bd534a02f4e3..8e23ae2ddd06 100644 --- a/dev-python/pymountboot/pymountboot-0.2.2.ebuild +++ b/dev-python/pymountboot/pymountboot-0.2.2.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 diff --git a/dev-python/pymountboot/pymountboot-9999.ebuild b/dev-python/pymountboot/pymountboot-9999.ebuild index d631744311ed..ad2a05edcc49 100644 --- a/dev-python/pymountboot/pymountboot-9999.ebuild +++ b/dev-python/pymountboot/pymountboot-9999.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 git-r3