diff options
author | Mike Gilbert <floppym@gentoo.org> | 2011-12-14 23:05:44 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2011-12-14 23:05:44 +0000 |
commit | 611267d44de5570cc5426ed6a6ec92c97f611394 (patch) | |
tree | 891bbb59048d2350e6dd857217589ae48e8b316d /dev-lang/python/python-2.5.4-r4.ebuild | |
parent | Merge category dev-php5 into dev-php (bug #324665) (diff) | |
download | historical-611267d44de5570cc5426ed6a6ec92c97f611394.tar.gz historical-611267d44de5570cc5426ed6a6ec92c97f611394.tar.bz2 historical-611267d44de5570cc5426ed6a6ec92c97f611394.zip |
Apply linux3 platform workaround. Fixes bug 394143.
Package-Manager: portage-2.2.0_alpha80/cvs/Linux x86_64
Diffstat (limited to 'dev-lang/python/python-2.5.4-r4.ebuild')
-rw-r--r-- | dev-lang/python/python-2.5.4-r4.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-lang/python/python-2.5.4-r4.ebuild b/dev-lang/python/python-2.5.4-r4.ebuild index 77d8226026e4..5dbd4aee97c6 100644 --- a/dev-lang/python/python-2.5.4-r4.ebuild +++ b/dev-lang/python/python-2.5.4-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r4.ebuild,v 1.30 2011/10/27 13:56:55 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r4.ebuild,v 1.31 2011/12/14 23:05:44 floppym Exp $ EAPI="1" @@ -102,6 +102,9 @@ src_unpack() { rm Lib/distutils/command/wininst-*.exe fi + # Linux-3 compat. Bug #374579 (upstream issue12571) + cp -r "${S}/Lib/plat-linux2" "${S}/Lib/plat-linux3" || die + eautoreconf } |