diff options
author | Guy Martin <gmsoft@gentoo.org> | 2004-08-31 07:56:41 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2004-08-31 07:56:41 +0000 |
commit | eb9dd896658234497876e7273b64d58756dcf9fe (patch) | |
tree | 4f7817e5bd9ebcc8241ec889cf5ec6867a11a1f9 /dev-lang/python | |
parent | clean older ebuild (Manifest recommit) (diff) | |
download | gentoo-2-eb9dd896658234497876e7273b64d58756dcf9fe.tar.gz gentoo-2-eb9dd896658234497876e7273b64d58756dcf9fe.tar.bz2 gentoo-2-eb9dd896658234497876e7273b64d58756dcf9fe.zip |
Removed useless -fPIC for hppa.
Diffstat (limited to 'dev-lang/python')
-rw-r--r-- | dev-lang/python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/python/python-2.3.4.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index dd4c2a727be5..87b0c8a30716 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/python # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.109 2004/08/19 02:13:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.110 2004/08/31 07:53:58 gmsoft Exp $ + + 31 Aug 2004; Guy Martin <gmsoft@gentoo.org> python-2.3.4.ebuild: + Removed useless -fPIC for hppa. 18 Aug 2004; Aron Griffis <agriffis@gentoo.org> python-2.3.4.ebuild: stable on alpha diff --git a/dev-lang/python/python-2.3.4.ebuild b/dev-lang/python/python-2.3.4.ebuild index cb5307890ba0..b7b62018b580 100644 --- a/dev-lang/python/python-2.3.4.ebuild +++ b/dev-lang/python/python-2.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.4.ebuild,v 1.9 2004/08/19 02:13:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.4.ebuild,v 1.10 2004/08/31 07:53:58 gmsoft Exp $ # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage @@ -88,7 +88,6 @@ src_configure() { src_compile() { filter-flags -malign-double - [ "${ARCH}" = "hppa" ] && append-flags -fPIC [ "${ARCH}" = "alpha" ] && append-flags -fPIC [ "${ARCH}" = "amd64" ] && append-flags -fPIC |