mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-28 09:58:08 -07:00
dev-python/pip: Backport endianness patch to older versions
Thanks to Dakon for preparing and testing this. Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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" )
|
||||
|
||||
@@ -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" )
|
||||
|
||||
@@ -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" )
|
||||
|
||||
Reference in New Issue
Block a user