diff options
author | 2019-12-29 11:00:53 +0100 | |
---|---|---|
committer | 2019-12-29 11:11:05 +0100 | |
commit | 14aa625f0545270fae7ced0132ed35440f2bca47 (patch) | |
tree | b322bd465dc3b3ecc4e96566e890f42cce306d0f /dev-lang/python/python-2.7.17-r1.ebuild | |
parent | dev-lang/python: Bump 2.7.17 to EAPI 7, unify (diff) | |
download | gentoo-14aa625f0545270fae7ced0132ed35440f2bca47.tar.gz gentoo-14aa625f0545270fae7ced0132ed35440f2bca47.tar.bz2 gentoo-14aa625f0545270fae7ced0132ed35440f2bca47.zip |
dev-lang/python: Redo patchset for 2.7.17-r1
Include additional patches from FILESDIR.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/python/python-2.7.17-r1.ebuild')
-rw-r--r-- | dev-lang/python/python-2.7.17-r1.ebuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/dev-lang/python/python-2.7.17-r1.ebuild b/dev-lang/python/python-2.7.17-r1.ebuild index 424cdec1208e..cadc834964dd 100644 --- a/dev-lang/python/python-2.7.17-r1.ebuild +++ b/dev-lang/python/python-2.7.17-r1.ebuild @@ -8,12 +8,12 @@ inherit autotools flag-o-matic pax-utils python-utils-r1 toolchain-funcs MY_P="Python-${PV}" PYVER=$(ver_cut 1-2) -PATCHSET_VERSION="2.7.17" +PATCHSET="python-gentoo-patches-2.7.17-r1" DESCRIPTION="An interpreted, interactive, object-oriented programming language" HOMEPAGE="https://www.python.org/" SRC_URI="https://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz - https://dev.gentoo.org/~mgorny/dist/python-gentoo-patches-${PATCHSET_VERSION}.tar.xz" + https://dev.gentoo.org/~mgorny/dist/python/${PATCHSET}.tar.xz" S="${WORKDIR}/${MY_P}" LICENSE="PSF-2" @@ -86,12 +86,7 @@ src_prepare() { rm -fr Modules/zlib || die local PATCHES=( - "${WORKDIR}/patches" - # Fix for cross-compiling. - "${FILESDIR}/python-2.7.5-nonfatal-compileall.patch" - "${FILESDIR}/python-2.7.9-ncurses-pkg-config.patch" - "${FILESDIR}/python-2.7.10-cross-compile-warn-test.patch" - "${FILESDIR}/python-2.7.10-system-libffi.patch" + "${WORKDIR}/${PATCHSET}" ) default |