Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/python/
Date: Thu, 04 Aug 2016 00:42:27
Message-Id: 1470271336.b8cb87b5af9ab23e60864a4c66988c0f595f5b77.floppym@gentoo
1 commit: b8cb87b5af9ab23e60864a4c66988c0f595f5b77
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 4 00:41:29 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 4 00:42:16 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8cb87b5
7
8 dev-lang/python: disable MPROTECT
9
10 The hardened team can figure this shit out.
11
12 Package-Manager: portage-2.3.0_p16
13
14 dev-lang/python/python-2.7.12.ebuild | 7 +------
15 dev-lang/python/python-3.4.5.ebuild | 7 +------
16 dev-lang/python/python-3.5.2.ebuild | 7 +------
17 3 files changed, 3 insertions(+), 18 deletions(-)
18
19 diff --git a/dev-lang/python/python-2.7.12.ebuild b/dev-lang/python/python-2.7.12.ebuild
20 index 992882b..2901f8f 100644
21 --- a/dev-lang/python/python-2.7.12.ebuild
22 +++ b/dev-lang/python/python-2.7.12.ebuild
23 @@ -216,12 +216,7 @@ src_compile() {
24 cd "${BUILD_DIR}" || die
25 emake
26
27 - # Work around bug 329499. See also bug 413751 and 457194.
28 - if has_version dev-libs/libffi[pax_kernel]; then
29 - pax-mark E python
30 - else
31 - pax-mark m python
32 - fi
33 + pax-mark m python
34 }
35
36 src_test() {
37
38 diff --git a/dev-lang/python/python-3.4.5.ebuild b/dev-lang/python/python-3.4.5.ebuild
39 index 433a3a3..88f5362 100644
40 --- a/dev-lang/python/python-3.4.5.ebuild
41 +++ b/dev-lang/python/python-3.4.5.ebuild
42 @@ -175,12 +175,7 @@ src_compile() {
43
44 emake CPPFLAGS= CFLAGS= LDFLAGS=
45
46 - # Work around bug 329499. See also bug 413751 and 457194.
47 - if has_version dev-libs/libffi[pax_kernel]; then
48 - pax-mark E python
49 - else
50 - pax-mark m python
51 - fi
52 + pax-mark m python
53 }
54
55 src_test() {
56
57 diff --git a/dev-lang/python/python-3.5.2.ebuild b/dev-lang/python/python-3.5.2.ebuild
58 index ea66658..a1f4150 100644
59 --- a/dev-lang/python/python-3.5.2.ebuild
60 +++ b/dev-lang/python/python-3.5.2.ebuild
61 @@ -174,12 +174,7 @@ src_compile() {
62
63 emake CPPFLAGS= CFLAGS= LDFLAGS=
64
65 - # Work around bug 329499. See also bug 413751 and 457194.
66 - if has_version dev-libs/libffi[pax_kernel]; then
67 - pax-mark E python
68 - else
69 - pax-mark m python
70 - fi
71 + pax-mark m python
72 }
73
74 src_test() {