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" )