diff options
Diffstat (limited to 'sci-mathematics/octave-forge')
-rw-r--r-- | sci-mathematics/octave-forge/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-mathematics/octave-forge/ChangeLog b/sci-mathematics/octave-forge/ChangeLog index e2f6e6af3d0e..c5ce3bd8c068 100644 --- a/sci-mathematics/octave-forge/ChangeLog +++ b/sci-mathematics/octave-forge/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/octave-forge # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/ChangeLog,v 1.18 2006/09/30 23:59:43 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/ChangeLog,v 1.19 2006/11/13 04:24:56 metalgod Exp $ + + 13 Nov 2006; Luis Medinas <metalgod@gentoo.org> + octave-forge-2006.03.17.ebuild: + Stable on amd64. Bug #141446. 30 Sep 2006; Stephanie Lockwood-Childs <wormo@gentoo.org> octave-forge-2006.03.17.ebuild: diff --git a/sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild b/sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild index 304108ff8fe9..a349024b2028 100644 --- a/sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild +++ b/sci-mathematics/octave-forge/octave-forge-2006.03.17.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/octave-forge/octave-forge-2006.03.17.ebuild,v 1.4 2006/09/30 23:59:43 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave-forge/octave-forge-2006.03.17.ebuild,v 1.5 2006/11/13 04:24:56 metalgod Exp $ inherit eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://octave.sourceforge.net/" SRC_URI="mirror://sourceforge/octave/${P}.tar.gz" LICENSE="as-is" -KEYWORDS="~x86 ppc ~sparc ~amd64" +KEYWORDS="amd64 ppc ~sparc ~x86" SLOT="0" IUSE="ginac qhull X" |