summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.4.5.ebuild
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-08-03 20:41:29 -0400
committerMike Gilbert <floppym@gentoo.org>2016-08-03 20:42:16 -0400
commitb8cb87b5af9ab23e60864a4c66988c0f595f5b77 (patch)
tree2a5ad5adc7aeef49ab7be5b06a77c663b4ac0e49 /dev-lang/python/python-3.4.5.ebuild
parentdc520c7f9c8b814fe4a8e982ec9b31611aef1ced (diff)
downloadgentoo-b8cb87b5af9ab23e60864a4c66988c0f595f5b77.tar.gz
gentoo-b8cb87b5af9ab23e60864a4c66988c0f595f5b77.tar.xz
dev-lang/python: disable MPROTECT
The hardened team can figure this shit out. Package-Manager: portage-2.3.0_p16
Diffstat (limited to 'dev-lang/python/python-3.4.5.ebuild')
-rw-r--r--dev-lang/python/python-3.4.5.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/dev-lang/python/python-3.4.5.ebuild b/dev-lang/python/python-3.4.5.ebuild
index 433a3a373da..88f5362878b 100644
--- a/dev-lang/python/python-3.4.5.ebuild
+++ b/dev-lang/python/python-3.4.5.ebuild
@@ -175,12 +175,7 @@ src_compile() {
emake CPPFLAGS= CFLAGS= LDFLAGS=
- # Work around bug 329499. See also bug 413751 and 457194.
- if has_version dev-libs/libffi[pax_kernel]; then
- pax-mark E python
- else
- pax-mark m python
- fi
+ pax-mark m python
}
src_test() {