diff options
author | 2020-05-30 09:14:36 +0200 | |
---|---|---|
committer | 2020-05-30 09:15:43 +0200 | |
commit | 7c4303b4f3304940bc3ccb58ad4bd0ea80deef20 (patch) | |
tree | fae7536e48287fc12af2c042667d10392ba76209 /app-portage | |
parent | app-portage/nattka: Remove old (diff) | |
download | gentoo-7c4303b4f3304940bc3ccb58ad4bd0ea80deef20.tar.gz gentoo-7c4303b4f3304940bc3ccb58ad4bd0ea80deef20.tar.bz2 gentoo-7c4303b4f3304940bc3ccb58ad4bd0ea80deef20.zip |
app-portage/smart-live-rebuild: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/smart-live-rebuild/smart-live-rebuild-1.3.6.ebuild | 2 | ||||
-rw-r--r-- | app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
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" |