From 7c4303b4f3304940bc3ccb58ad4bd0ea80deef20 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org> Date: Sat, 30 May 2020 09:14:36 +0200 Subject: [PATCH] app-portage/smart-live-rebuild: Set DISTUTILS_USE_SETUPTOOLS MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: MichaŠGórny <mgorny@gentoo.org> --- app-portage/smart-live-rebuild/smart-live-rebuild-1.3.6.ebuild | 2 ++ app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.6.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.6.ebuild index f41f6990caed..0520c1b1ae4c 100644 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.6.ebuild +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.6.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 + +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild index 5a39a3646b4f..1f974965eedd 100644 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-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=( python3_{6..9} ) EGIT_REPO_URI="https://github.com/mgorny/${PN}.git" -- 2.26.2