diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-02-03 17:20:36 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-02-03 17:20:36 +0000 |
commit | 358f1eb365df685fd223b8b283f4a4c3dd9498e5 (patch) | |
tree | 409d92a5fe27ca4d945eabc678c875c633f21941 /sci-astronomy | |
parent | Add ~amd64 keyword. (diff) | |
download | gentoo-2-358f1eb365df685fd223b8b283f4a4c3dd9498e5.tar.gz gentoo-2-358f1eb365df685fd223b8b283f4a4c3dd9498e5.tar.bz2 gentoo-2-358f1eb365df685fd223b8b283f4a4c3dd9498e5.zip |
Never filter --as-needed.
(Portage version: 2.1.2-r5)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/celestia/ChangeLog | 6 | ||||
-rw-r--r-- | sci-astronomy/celestia/celestia-1.4.1-r1.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-astronomy/celestia/ChangeLog b/sci-astronomy/celestia/ChangeLog index d3ab7c831717..d0d086675e38 100644 --- a/sci-astronomy/celestia/ChangeLog +++ b/sci-astronomy/celestia/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-astronomy/celestia # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.25 2007/02/03 17:05:39 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.26 2007/02/03 17:20:36 flameeyes Exp $ + + 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> + celestia-1.4.1-r1.ebuild: + Never filter --as-needed. *celestia-1.4.1-r1 (03 Feb 2007) diff --git a/sci-astronomy/celestia/celestia-1.4.1-r1.ebuild b/sci-astronomy/celestia/celestia-1.4.1-r1.ebuild index 42fb544d52bc..c407829e2216 100644 --- a/sci-astronomy/celestia/celestia-1.4.1-r1.ebuild +++ b/sci-astronomy/celestia/celestia-1.4.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.4.1-r1.ebuild,v 1.1 2007/02/03 17:05:39 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.4.1-r1.ebuild,v 1.2 2007/02/03 17:20:36 flameeyes Exp $ #WANT_AUTOCONF="2.5" WANT_AUTOMAKE="1.9" @@ -109,7 +109,6 @@ src_compile() { addwrite ${QTDIR}/etc/settings filter-flags "-funroll-loops -frerun-loop-opt" - filter-ldflags -Wl,--as-needed --as-needed econf \ --with-${mygui} \ |