From 84bd014ec5800ee7d69e42bd2a8244345bd415c2 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 16 Dec 2019 15:22:58 +0100 Subject: app-portage/diffmask: 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/diffmask/diffmask-0.3.3-r4.ebuild | 2 ++ app-portage/diffmask/diffmask-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) (limited to 'app-portage') diff --git a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild index dd881f74bd08..81b74bf0a0c3 100644 --- a/app-portage/diffmask/diffmask-0.3.3-r4.ebuild +++ b/app-portage/diffmask/diffmask-0.3.3-r4.ebuild @@ -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 diff --git a/app-portage/diffmask/diffmask-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild index b8f95825456d..19e5a66f0a5a 100644 --- a/app-portage/diffmask/diffmask-9999.ebuild +++ b/app-portage/diffmask/diffmask-9999.ebuild @@ -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 -- cgit v1.2.3-65-gdbad