commit:     85f6bf79eea4537f9bc60b762050eb89ec93cf3a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 18 17:56:30 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 18 17:56:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85f6bf79

dev-python/pymountboot: Set DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/709890
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pymountboot/pymountboot-0.2.2.ebuild | 2 ++
 dev-python/pymountboot/pymountboot-9999.ebuild  | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/dev-python/pymountboot/pymountboot-0.2.2.ebuild 
b/dev-python/pymountboot/pymountboot-0.2.2.ebuild
index bd534a02f4e..8e23ae2ddd0 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 d631744311e..ad2a05edcc4 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

Reply via email to