diff options
author | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2006-11-06 07:13:13 +0000 |
---|---|---|
committer | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2006-11-06 07:13:13 +0000 |
commit | 6b1490b377a7bd1e3e26b1011bad91ac5f0c8001 (patch) | |
tree | 6dab70bafe97e49886ed782f9df5de1d419b181c /sci-mathematics | |
parent | Use gcc instead of ld for linking and this fixes issue reported by Markus Mei... (diff) | |
download | gentoo-2-6b1490b377a7bd1e3e26b1011bad91ac5f0c8001.tar.gz gentoo-2-6b1490b377a7bd1e3e26b1011bad91ac5f0c8001.tar.bz2 gentoo-2-6b1490b377a7bd1e3e26b1011bad91ac5f0c8001.zip |
stable on ppc (Bug #146590)
(Portage version: 2.1.1)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/euler/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/euler/euler-1.61.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-mathematics/euler/ChangeLog b/sci-mathematics/euler/ChangeLog index 4621dc326780..5eaf890b89b0 100644 --- a/sci-mathematics/euler/ChangeLog +++ b/sci-mathematics/euler/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/euler # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/euler/ChangeLog,v 1.11 2006/10/17 22:44:41 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/euler/ChangeLog,v 1.12 2006/11/06 07:13:13 wormo Exp $ + + 05 Nov 2006; Stephanie Lockwood-Childs <wormo@gentoo.org> + euler-1.61.0.ebuild: + stable on ppc (Bug #146590) 17 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> euler-1.61.0.ebuild: Stable on amd64/x86 wrt bug #146590. diff --git a/sci-mathematics/euler/euler-1.61.0.ebuild b/sci-mathematics/euler/euler-1.61.0.ebuild index 223afcb4414e..6f1f850fe3c1 100644 --- a/sci-mathematics/euler/euler-1.61.0.ebuild +++ b/sci-mathematics/euler/euler-1.61.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/euler/euler-1.61.0.ebuild,v 1.4 2006/10/17 22:44:41 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/euler/euler-1.61.0.ebuild,v 1.5 2006/11/06 07:13:13 wormo Exp $ inherit autotools eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://euler.sourceforge.net/" SRC_URI="mirror://sourceforge/euler/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc -sparc x86" +KEYWORDS="amd64 ppc -sparc x86" IUSE="" DEPEND=">=x11-libs/gtk+-2" |