summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-16 15:22:41 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-16 15:37:54 +0100
commit5e2f500497bd2b78f6987a844023ad5e0d3e1177 (patch)
tree595037702750d2c3670653644529839013c7da7c /app-portage
parentapp-portage/gentoolkit: Set DISTUTILS_USE_SETUPTOOLS (diff)
downloadgentoo-5e2f500497bd2b78f6987a844023ad5e0d3e1177.tar.gz
gentoo-5e2f500497bd2b78f6987a844023ad5e0d3e1177.tar.bz2
gentoo-5e2f500497bd2b78f6987a844023ad5e0d3e1177.zip
app-portage/gentoopm: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/gentoopm/gentoopm-0.3.1.ebuild2
-rw-r--r--app-portage/gentoopm/gentoopm-9999.ebuild2
2 files changed, 4 insertions, 0 deletions
diff --git a/app-portage/gentoopm/gentoopm-0.3.1.ebuild b/app-portage/gentoopm/gentoopm-0.3.1.ebuild
index 93cd31750f90..db968cbc4d0d 100644
--- a/app-portage/gentoopm/gentoopm-0.3.1.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.3.1.ebuild
@@ -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
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index 8609fa346bb5..36456b3b69e9 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -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"