diff options
Diffstat (limited to 'dev-lang/python/python-2.6.8.ebuild')
-rw-r--r-- | dev-lang/python/python-2.6.8.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/python/python-2.6.8.ebuild b/dev-lang/python/python-2.6.8.ebuild index e36d8d268f87..2a021607da76 100644 --- a/dev-lang/python/python-2.6.8.ebuild +++ b/dev-lang/python/python-2.6.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.8.ebuild,v 1.6 2012/04/28 04:04:26 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.8.ebuild,v 1.7 2012/04/28 05:02:04 floppym Exp $ EAPI="2" WANT_AUTOMAKE="none" @@ -182,6 +182,7 @@ src_configure() { src_compile() { emake EPYTHON="python${PV%%.*}" || die "emake failed" + # Work around bug 329499. See also bug 413751. pax-mark m python } |