From 11615a048d63e1cded26ea5ad4a034a7d28e0d36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 11 Jun 2020 09:22:07 +0200 Subject: [PATCH] dev-python/pip: Backport endianness patch to older versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to Dakon for preparing and testing this. Signed-off-by: Michał Górny --- dev-python/pip/pip-19.3.1-r2.ebuild | 1 + dev-python/pip/pip-20.0.2.ebuild | 1 + dev-python/pip/pip-20.1.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/dev-python/pip/pip-19.3.1-r2.ebuild b/dev-python/pip/pip-19.3.1-r2.ebuild index 7a211e7afe026..17ca2852b9ebb 100644 --- a/dev-python/pip/pip-19.3.1-r2.ebuild +++ b/dev-python/pip/pip-19.3.1-r2.ebuild @@ -54,6 +54,7 @@ python_prepare_all() { # these are from upstream git "${FILESDIR}/pip-19.3.1-network-tests.patch" + "${FILESDIR}/${PN}-20.1.1-test-endian.patch" ) if ! use vanilla; then PATCHES+=( "${FILESDIR}/pip-19.3.1-r2-disable-system-install.patch" ) diff --git a/dev-python/pip/pip-20.0.2.ebuild b/dev-python/pip/pip-20.0.2.ebuild index 4fa44879fcf98..fa155d4b02da4 100644 --- a/dev-python/pip/pip-20.0.2.ebuild +++ b/dev-python/pip/pip-20.0.2.ebuild @@ -54,6 +54,7 @@ DEPEND=" python_prepare_all() { local PATCHES=( "${FILESDIR}/${PN}-19.3-disable-version-check.patch" + "${FILESDIR}/${PN}-20.1.1-test-endian.patch" ) if ! use vanilla; then PATCHES+=( "${FILESDIR}/pip-20.0.2-disable-system-install.patch" ) diff --git a/dev-python/pip/pip-20.1.ebuild b/dev-python/pip/pip-20.1.ebuild index 99ae4f7dca16a..9da532f79f0ed 100644 --- a/dev-python/pip/pip-20.1.ebuild +++ b/dev-python/pip/pip-20.1.ebuild @@ -56,6 +56,7 @@ DEPEND=" python_prepare_all() { local PATCHES=( "${FILESDIR}/${PN}-19.3-disable-version-check.patch" + "${FILESDIR}/${PN}-20.1.1-test-endian.patch" ) if ! use vanilla; then PATCHES+=( "${FILESDIR}/pip-20.0.2-disable-system-install.patch" )