commit: 84bd014ec5800ee7d69e42bd2a8244345bd415c2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 16 14:22:58 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec 16 14:37:55 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84bd014e
app-portage/diffmask: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/diffmask/diffmask-0.3.3-r4.ebuild | 2 ++
app-portage/diffmask/diffmask-9999.ebuild | 2 ++
2 files changed, 4 insertions(+)
diff --git a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
index dd881f74bd0..81b74bf0a0c 100644
--- a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild
+++ b/app-portage/diffmask/diffmask-0.3.3-r4.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{2_7,3_5,3_6,3_7} pypy )
inherit distutils-r1
diff --git a/app-portage/diffmask/diffmask-9999.ebuild
b/app-portage/diffmask/diffmask-9999.ebuild
index b8f95825456..19e5a66f0a5 100644
--- a/app-portage/diffmask/diffmask-9999.ebuild
+++ b/app-portage/diffmask/diffmask-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{2_7,3_5,3_6,3_7} pypy )
inherit distutils-r1 git-r3