diff options
author | 2009-04-20 20:01:36 +0000 | |
---|---|---|
committer | 2009-04-20 20:01:36 +0000 | |
commit | ddf7c7927167b4471e6b0c60847a56a30b9a824f (patch) | |
tree | 2753359c2296d6d21662998483ee28fbdc01dd58 /sci-mathematics/octave | |
parent | x86 stable, bug #245707 (diff) | |
download | gentoo-2-ddf7c7927167b4471e6b0c60847a56a30b9a824f.tar.gz gentoo-2-ddf7c7927167b4471e6b0c60847a56a30b9a824f.tar.bz2 gentoo-2-ddf7c7927167b4471e6b0c60847a56a30b9a824f.zip |
x86 stable, bug #245707
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/octave')
-rw-r--r-- | sci-mathematics/octave/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/octave/octave-3.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/octave/ChangeLog b/sci-mathematics/octave/ChangeLog index f0f346529daa..d7bb76699361 100644 --- a/sci-mathematics/octave/ChangeLog +++ b/sci-mathematics/octave/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/octave # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.66 2009/03/27 13:04:41 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.67 2009/04/20 20:01:36 maekke Exp $ + + 20 Apr 2009; Markus Meier <maekke@gentoo.org> octave-3.0.3: + x86 stable, bug #245707 27 Mar 2009; Ferris McCormick <fmccor@gentoo.org> octave-3.0.3.ebuild: Sparc stable, preparation for bug #245707. diff --git a/sci-mathematics/octave/octave-3.0.3.ebuild b/sci-mathematics/octave/octave-3.0.3.ebuild index b3da06279d42..9621710cd428 100644 --- a/sci-mathematics/octave/octave-3.0.3.ebuild +++ b/sci-mathematics/octave/octave-3.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.0.3.ebuild,v 1.5 2009/03/27 13:04:41 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.0.3.ebuild,v 1.6 2009/04/20 20:01:36 maekke Exp $ inherit flag-o-matic fortran xemacs-elisp-common @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.gnu.org/pub/gnu/${PN}/${P}.tar.bz2" SLOT="0" IUSE="emacs readline zlib doc hdf5 curl fftw xemacs sparse" -KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 sparc ~x86" +KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 sparc x86" RDEPEND="virtual/lapack dev-libs/libpcre |