summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.4.3-r7.ebuild
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2016-05-29 21:17:06 -0700
committerMatt Turner <mattst88@gentoo.org>2016-05-29 21:17:21 -0700
commit4117f540eecfb16209d6fe3d75eb915208ed154f (patch)
tree2a41c161c76b6aaf0e874cf7520ef782473abfec /dev-lang/python/python-3.4.3-r7.ebuild
parentb5435eeb5778fc22f2323822af7c4d9a29f651c4 (diff)
downloadgentoo-4117f540eecfb16209d6fe3d75eb915208ed154f.tar.gz
gentoo-4117f540eecfb16209d6fe3d75eb915208ed154f.tar.xz
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.
Diffstat (limited to 'dev-lang/python/python-3.4.3-r7.ebuild')
-rw-r--r--dev-lang/python/python-3.4.3-r7.ebuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/dev-lang/python/python-3.4.3-r7.ebuild b/dev-lang/python/python-3.4.3-r7.ebuild
index e281de48745..38e922817b3 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