app-portage/diffmask: Set DISTUTILS_USE_SETUPTOOLS
authorMichał Górny <mgorny@gentoo.org>
Mon, 16 Dec 2019 14:22:58 +0000 (15:22 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Dec 2019 14:37:55 +0000 (15:37 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-portage/diffmask/diffmask-0.3.3-r4.ebuild
app-portage/diffmask/diffmask-9999.ebuild

index dd881f74bd08fc842ba37b7931709a33772edd81..81b74bf0a0c350dc1c1b400ecb1aa528d6bb3d82 100644 (file)
@@ -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
index b8f95825456d942a8c40b84cfba7cbcd49922778..19e5a66f0a5a0602091bbc38de090a0da70cf931 100644 (file)
@@ -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