Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/python/
Date: Mon, 30 May 2016 04:14:49
Message-Id: 1464581841.4117f540eecfb16209d6fe3d75eb915208ed154f.mattst88@gentoo
1 commit: 4117f540eecfb16209d6fe3d75eb915208ed154f
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 04:17:06 2016 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 04:17:21 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4117f540
7
8 dev-lang/python: Drop append-flags -fPIC alpha workaround.
9
10 Unknown what it was working around. The same existed for amd64 and
11 hppa but both were removed more than ten years ago.
12
13 dev-lang/python/python-2.7.11-r2.ebuild | 2 --
14 dev-lang/python/python-3.3.5-r8.ebuild | 2 --
15 dev-lang/python/python-3.4.3-r7.ebuild | 2 --
16 dev-lang/python/python-3.5.0-r2.ebuild | 2 --
17 dev-lang/python/python-3.5.1-r2.ebuild | 2 --
18 5 files changed, 10 deletions(-)
19
20 diff --git a/dev-lang/python/python-2.7.11-r2.ebuild b/dev-lang/python/python-2.7.11-r2.ebuild
21 index 5e7b2b6..50bc7a2 100644
22 --- a/dev-lang/python/python-2.7.11-r2.ebuild
23 +++ b/dev-lang/python/python-2.7.11-r2.ebuild
24 @@ -151,8 +151,6 @@ src_configure() {
25
26 filter-flags -malign-double
27
28 - [[ "${ARCH}" == "alpha" ]] && append-flags -fPIC
29 -
30 # https://bugs.gentoo.org/show_bug.cgi?id=50309
31 if is-flagq -O3; then
32 is-flagq -fstack-protector-all && replace-flags -O3 -O2
33
34 diff --git a/dev-lang/python/python-3.3.5-r8.ebuild b/dev-lang/python/python-3.3.5-r8.ebuild
35 index 3964d8a..9960449 100644
36 --- a/dev-lang/python/python-3.3.5-r8.ebuild
37 +++ b/dev-lang/python/python-3.3.5-r8.ebuild
38 @@ -136,8 +136,6 @@ src_configure() {
39
40 filter-flags -malign-double
41
42 - [[ "${ARCH}" == "alpha" ]] && append-flags -fPIC
43 -
44 # https://bugs.gentoo.org/show_bug.cgi?id=50309
45 if is-flagq -O3; then
46 is-flagq -fstack-protector-all && replace-flags -O3 -O2
47
48 diff --git a/dev-lang/python/python-3.4.3-r7.ebuild b/dev-lang/python/python-3.4.3-r7.ebuild
49 index e281de4..38e9228 100644
50 --- a/dev-lang/python/python-3.4.3-r7.ebuild
51 +++ b/dev-lang/python/python-3.4.3-r7.ebuild
52 @@ -118,8 +118,6 @@ src_configure() {
53
54 filter-flags -malign-double
55
56 - [[ "${ARCH}" == "alpha" ]] && append-flags -fPIC
57 -
58 # https://bugs.gentoo.org/show_bug.cgi?id=50309
59 if is-flagq -O3; then
60 is-flagq -fstack-protector-all && replace-flags -O3 -O2
61
62 diff --git a/dev-lang/python/python-3.5.0-r2.ebuild b/dev-lang/python/python-3.5.0-r2.ebuild
63 index cde95c3..69046a9 100644
64 --- a/dev-lang/python/python-3.5.0-r2.ebuild
65 +++ b/dev-lang/python/python-3.5.0-r2.ebuild
66 @@ -120,8 +120,6 @@ src_configure() {
67
68 filter-flags -malign-double
69
70 - [[ "${ARCH}" == "alpha" ]] && append-flags -fPIC
71 -
72 # https://bugs.gentoo.org/show_bug.cgi?id=50309
73 if is-flagq -O3; then
74 is-flagq -fstack-protector-all && replace-flags -O3 -O2
75
76 diff --git a/dev-lang/python/python-3.5.1-r2.ebuild b/dev-lang/python/python-3.5.1-r2.ebuild
77 index 480c6ad..3d70eec 100644
78 --- a/dev-lang/python/python-3.5.1-r2.ebuild
79 +++ b/dev-lang/python/python-3.5.1-r2.ebuild
80 @@ -117,8 +117,6 @@ src_configure() {
81
82 filter-flags -malign-double
83
84 - [[ "${ARCH}" == "alpha" ]] && append-flags -fPIC
85 -
86 # https://bugs.gentoo.org/show_bug.cgi?id=50309
87 if is-flagq -O3; then
88 is-flagq -fstack-protector-all && replace-flags -O3 -O2