From: Michał Górny Date: Mon, 16 Dec 2019 14:22:41 +0000 (+0100) Subject: app-portage/gentoopm: Set DISTUTILS_USE_SETUPTOOLS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5e2f500497bd2b78f6987a844023ad5e0d3e1177;p=gentoo.git app-portage/gentoopm: Set DISTUTILS_USE_SETUPTOOLS Signed-off-by: Michał Górny --- 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"