From 5e2f500497bd2b78f6987a844023ad5e0d3e1177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 16 Dec 2019 15:22:41 +0100 Subject: [PATCH] app-portage/gentoopm: Set DISTUTILS_USE_SETUPTOOLS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-portage/gentoopm/gentoopm-0.3.1.ebuild | 2 ++ app-portage/gentoopm/gentoopm-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/app-portage/gentoopm/gentoopm-0.3.1.ebuild b/app-portage/gentoopm/gentoopm-0.3.1.ebuild index 93cd31750f903..db968cbc4d0d4 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 8609fa346bb59..36456b3b69e9c 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"