diff options
Diffstat (limited to 'dev-lang/python/python-2.3.4.ebuild')
-rw-r--r-- | dev-lang/python/python-2.3.4.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
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 |