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

index 93cd31750f90378eed9dc04b66e874e266aac361..db968cbc4d0d4c6892f6a04ebdbaedcd7917d0e2 100644 (file)
@@ -2,6 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+
+DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} pypy )
 
 inherit distutils-r1
index 8609fa346bb593e1f1d83bf474f3dbe3068e1d7e..36456b3b69e9c8d4a61a66d9994674c42f244559 100644 (file)
@@ -2,6 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+
+DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} pypy )
 
 EGIT_REPO_URI="https://github.com/mgorny/gentoopm.git"