commit:     4117f540eecfb16209d6fe3d75eb915208ed154f
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 04:17:06 2016 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon May 30 04:17:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4117f540

dev-lang/python: Drop append-flags -fPIC alpha workaround.

Unknown what it was working around. The same existed for amd64 and
hppa but both were removed more than ten years ago.

 dev-lang/python/python-2.7.11-r2.ebuild | 2 --
 dev-lang/python/python-3.3.5-r8.ebuild  | 2 --
 dev-lang/python/python-3.4.3-r7.ebuild  | 2 --
 dev-lang/python/python-3.5.0-r2.ebuild  | 2 --
 dev-lang/python/python-3.5.1-r2.ebuild  | 2 --
 5 files changed, 10 deletions(-)

diff --git a/dev-lang/python/python-2.7.11-r2.ebuild 
b/dev-lang/python/python-2.7.11-r2.ebuild
index 5e7b2b6..50bc7a2 100644
--- a/dev-lang/python/python-2.7.11-r2.ebuild
+++ b/dev-lang/python/python-2.7.11-r2.ebuild
@@ -151,8 +151,6 @@ src_configure() {
 
        filter-flags -malign-double
 
-       [[ "${ARCH}" == "alpha" ]] && append-flags -fPIC
-
        # https://bugs.gentoo.org/show_bug.cgi?id=50309
        if is-flagq -O3; then
                is-flagq -fstack-protector-all && replace-flags -O3 -O2

diff --git a/dev-lang/python/python-3.3.5-r8.ebuild 
b/dev-lang/python/python-3.3.5-r8.ebuild
index 3964d8a..9960449 100644
--- a/dev-lang/python/python-3.3.5-r8.ebuild
+++ b/dev-lang/python/python-3.3.5-r8.ebuild
@@ -136,8 +136,6 @@ src_configure() {
 
        filter-flags -malign-double
 
-       [[ "${ARCH}" == "alpha" ]] && append-flags -fPIC
-
        # https://bugs.gentoo.org/show_bug.cgi?id=50309
        if is-flagq -O3; then
                is-flagq -fstack-protector-all && replace-flags -O3 -O2

diff --git a/dev-lang/python/python-3.4.3-r7.ebuild 
b/dev-lang/python/python-3.4.3-r7.ebuild
index e281de4..38e9228 100644
--- a/dev-lang/python/python-3.4.3-r7.ebuild
+++ b/dev-lang/python/python-3.4.3-r7.ebuild
@@ -118,8 +118,6 @@ src_configure() {
 
        filter-flags -malign-double
 
-       [[ "${ARCH}" == "alpha" ]] && append-flags -fPIC
-
        # https://bugs.gentoo.org/show_bug.cgi?id=50309
        if is-flagq -O3; then
                is-flagq -fstack-protector-all && replace-flags -O3 -O2

diff --git a/dev-lang/python/python-3.5.0-r2.ebuild 
b/dev-lang/python/python-3.5.0-r2.ebuild
index cde95c3..69046a9 100644
--- a/dev-lang/python/python-3.5.0-r2.ebuild
+++ b/dev-lang/python/python-3.5.0-r2.ebuild
@@ -120,8 +120,6 @@ src_configure() {
 
        filter-flags -malign-double
 
-       [[ "${ARCH}" == "alpha" ]] && append-flags -fPIC
-
        # https://bugs.gentoo.org/show_bug.cgi?id=50309
        if is-flagq -O3; then
                is-flagq -fstack-protector-all && replace-flags -O3 -O2

diff --git a/dev-lang/python/python-3.5.1-r2.ebuild 
b/dev-lang/python/python-3.5.1-r2.ebuild
index 480c6ad..3d70eec 100644
--- a/dev-lang/python/python-3.5.1-r2.ebuild
+++ b/dev-lang/python/python-3.5.1-r2.ebuild
@@ -117,8 +117,6 @@ src_configure() {
 
        filter-flags -malign-double
 
-       [[ "${ARCH}" == "alpha" ]] && append-flags -fPIC
-
        # https://bugs.gentoo.org/show_bug.cgi?id=50309
        if is-flagq -O3; then
                is-flagq -fstack-protector-all && replace-flags -O3 -O2

Reply via email to