diff options
author | Luis Medinas <metalgod@gentoo.org> | 2006-11-13 04:24:56 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2006-11-13 04:24:56 +0000 |
commit | bbf42fa6921a72af6a43f41d2884022f8519d97a (patch) | |
tree | 686168ff6e553278e46f62332926bae0b98500ba /sci-mathematics/octave-forge | |
parent | Initial commit, fixes bug #46342! (diff) | |
download | gentoo-2-bbf42fa6921a72af6a43f41d2884022f8519d97a.tar.gz gentoo-2-bbf42fa6921a72af6a43f41d2884022f8519d97a.tar.bz2 gentoo-2-bbf42fa6921a72af6a43f41d2884022f8519d97a.zip |
Stable on amd64. Bug #141446.
(Portage version: 2.1.2_rc1-r6)
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" |