commit: 7c4303b4f3304940bc3ccb58ad4bd0ea80deef20
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 30 07:14:36 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 30 07:15:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c4303b4
app-portage/smart-live-rebuild: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny <AT> 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 f41f6990cae..0520c1b1ae4 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 5a39a3646b4..1f974965eed 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"