diff options
author | 2005-11-16 14:51:35 +0000 | |
---|---|---|
committer | 2005-11-16 14:51:35 +0000 | |
commit | 3d8f23df81af05d85b8b6f2614f20551fd756d67 (patch) | |
tree | 66d2e45b69ea9132f3c5151ce98a14b36f2ac7d8 /sci-mathematics | |
parent | Correct description. (diff) | |
download | gentoo-2-3d8f23df81af05d85b8b6f2614f20551fd756d67.tar.gz gentoo-2-3d8f23df81af05d85b8b6f2614f20551fd756d67.tar.bz2 gentoo-2-3d8f23df81af05d85b8b6f2614f20551fd756d67.zip |
(Re)add ~sparc keyword after having changed sparc's default virtual for
mpi to lam-mpi. With this change, octave builds on sparc with USE=mpi,
and it runs the mini-test suggested by the ebuild installation. This
closes Bug #108955 for sparc.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/octave/ChangeLog | 8 | ||||
-rw-r--r-- | sci-mathematics/octave/octave-2.1.71-r2.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sci-mathematics/octave/ChangeLog b/sci-mathematics/octave/ChangeLog index 4b463b11053b..0d3d9e0647f3 100644 --- a/sci-mathematics/octave/ChangeLog +++ b/sci-mathematics/octave/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-mathematics/octave # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.17 2005/11/16 06:17:51 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.18 2005/11/16 14:51:35 fmccor Exp $ + + 16 Nov 2005; Ferris McCormick <fmccor@gentoo.org> octave-2.1.71-r2.ebuild: + (Re)add ~sparc keyword after having changed sparc's default virtual for + mpi to lam-mpi. With this change, octave builds on sparc with USE=mpi, + and it runs the mini-test suggested by the ebuild installation. This + closes Bug #108955 for sparc. *octave-2.1.71-r2 (16 Nov 2005) diff --git a/sci-mathematics/octave/octave-2.1.71-r2.ebuild b/sci-mathematics/octave/octave-2.1.71-r2.ebuild index 2695986b64a0..74f55b07f38f 100644 --- a/sci-mathematics/octave/octave-2.1.71-r2.ebuild +++ b/sci-mathematics/octave/octave-2.1.71-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-2.1.71-r2.ebuild,v 1.1 2005/11/16 06:17:51 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-2.1.71-r2.ebuild,v 1.2 2005/11/16 14:51:35 fmccor Exp $ inherit flag-o-matic fortran @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.octave.org/pub/octave/bleeding-edge/${P}.tar.bz2 SLOT="0" IUSE="emacs static readline zlib tetex hdf5 mpi blas" -KEYWORDS="~alpha ~amd64 ~ppc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" DEPEND="virtual/libc >=sys-libs/ncurses-5.2-r3 |