mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-lang/python: Remove obsolete process_data patch from 3.3, #580242
Remove the obsolete process_data patch from both 3.3 versions. The patch was only needed for some packages using python.eclass, it is no longer carried by any other Python version (including stable ebuilds) and breaks the build on musl. Bug: https://bugs.gentoo.org/show_bug.cgi?id=580242
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
@@ -70,7 +70,8 @@ src_prepare() {
|
||||
local EPATCH_EXCLUDE="*_regenerate_platform-specific_modules.patch"
|
||||
fi
|
||||
|
||||
EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches"
|
||||
EPATCH_SUFFIX="patch" EPATCH_EXCLUDE="61_all_process_data.patch" \
|
||||
epatch "${WORKDIR}/patches"
|
||||
epatch "${FILESDIR}/${PN}-3.3.5-ncurses-pkg-config.patch"
|
||||
|
||||
sed -i -e "s:@@GENTOO_LIBDIR@@:$(get_libdir):g" \
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
@@ -76,7 +76,8 @@ src_prepare() {
|
||||
local EPATCH_EXCLUDE="*_regenerate_platform-specific_modules.patch"
|
||||
fi
|
||||
|
||||
EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches"
|
||||
EPATCH_SUFFIX="patch" EPATCH_EXCLUDE="61_all_process_data.patch" \
|
||||
epatch "${WORKDIR}/patches"
|
||||
epatch "${FILESDIR}/${PN}-3.3.5-ncurses-pkg-config.patch"
|
||||
epatch "${FILESDIR}/${PN}-3.4-gcc-5.patch" #547626
|
||||
|
||||
Reference in New Issue
Block a user