summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/python/python-3.1.2-r4.ebuild')
-rw-r--r--dev-lang/python/python-3.1.2-r4.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-lang/python/python-3.1.2-r4.ebuild b/dev-lang/python/python-3.1.2-r4.ebuild
index a8e372e93fb4..9230e18e78e9 100644
--- a/dev-lang/python/python-3.1.2-r4.ebuild
+++ b/dev-lang/python/python-3.1.2-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.2-r4.ebuild,v 1.4 2010/07/25 17:16:23 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.2-r4.ebuild,v 1.5 2010/07/31 19:14:08 arfrever Exp $
EAPI="3"
@@ -95,8 +95,6 @@ src_prepare() {
# Fix parallel installation (bug #328009).
sed -e "s/^sharedinstall:/& sharedmods/" -i Makefile.pre.in || die "sed failed"
- # python ctypes abuse mmap perms incorrectly. This breaks PaX
- sed -i -e s/'PROT_READ | PROT_WRITE | PROT_EXEC'/'PROT_READ | PROT_WRITE'/g Modules/_ctypes/malloc_closure.c
eautoreconf
}