app-portage/smart-live-rebuild: Set DISTUTILS_USE_SETUPTOOLS
authorMichał Górny <mgorny@gentoo.org>
Sat, 30 May 2020 07:14:36 +0000 (09:14 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 30 May 2020 07:15:43 +0000 (09:15 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-portage/smart-live-rebuild/smart-live-rebuild-1.3.6.ebuild
app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild

index f41f6990caedbcaa866322ad6c42832c1752e023..0520c1b1ae4c727b46bdda1cd2d55209962e8021 100644 (file)
@@ -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
index 5a39a3646b4f0511b927b9241c9fa9a8784b070e..1f974965eedd6672dc64c6a96fea2d53d0dbb96e 100644 (file)
@@ -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"