diff options
author | Zac Medico <zmedico@gentoo.org> | 2020-10-04 11:34:09 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2020-10-04 11:35:36 -0700 |
commit | 00dfa58fc8bba60c9fb6469d3b919ec64b654299 (patch) | |
tree | 814254e8831358a4ed6581c21b0f320ecac99b74 /app-portage | |
parent | net-p2p/nicotine+: x11-libs/gtk+:3[introspection] dependency. (diff) | |
download | gentoo-00dfa58fc8bba60c9fb6469d3b919ec64b654299.tar.gz gentoo-00dfa58fc8bba60c9fb6469d3b919ec64b654299.tar.bz2 gentoo-00dfa58fc8bba60c9fb6469d3b919ec64b654299.zip |
app-portage/mirrorselect: Remove setuptools dep
Closes: https://bugs.gentoo.org/746464
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-portage')
4 files changed, 4 insertions, 0 deletions
diff --git a/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild b/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild index 6cffdf27d924..34f46b227a29 100644 --- a/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild +++ b/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild @@ -5,6 +5,7 @@ EAPI="5" PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="xml" +DISTUTILS_USE_SETUPTOOLS=no inherit eutils distutils-r1 prefix diff --git a/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild b/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild index ff6201f96620..56da64944567 100644 --- a/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild +++ b/app-portage/mirrorselect/mirrorselect-2.2.4-r1.ebuild @@ -5,6 +5,7 @@ EAPI="7" PYTHON_COMPAT=( python3_{6,7} ) PYTHON_REQ_USE="xml" +DISTUTILS_USE_SETUPTOOLS=no inherit eutils distutils-r1 prefix diff --git a/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild b/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild index 1d8e0c30f161..8b8ad5291386 100644 --- a/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild +++ b/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild @@ -5,6 +5,7 @@ EAPI="7" PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="xml" +DISTUTILS_USE_SETUPTOOLS=no inherit eutils distutils-r1 prefix diff --git a/app-portage/mirrorselect/mirrorselect-9999.ebuild b/app-portage/mirrorselect/mirrorselect-9999.ebuild index eaf8d49e634b..86426dcb91c6 100644 --- a/app-portage/mirrorselect/mirrorselect-9999.ebuild +++ b/app-portage/mirrorselect/mirrorselect-9999.ebuild @@ -5,6 +5,7 @@ EAPI="7" PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="xml" +DISTUTILS_USE_SETUPTOOLS=no inherit eutils distutils-r1 git-r3 prefix |