diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2006-11-13 13:42:06 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2006-11-13 13:42:06 +0000 |
commit | 48adc427cb58a5a0225037375c7a307e99c1fa8c (patch) | |
tree | 3c9ccac65fb28cbbd09ed098f0446828234376a3 /sci-mathematics/octave | |
parent | "Stable x86, bug #147570" (diff) | |
download | gentoo-2-48adc427cb58a5a0225037375c7a307e99c1fa8c.tar.gz gentoo-2-48adc427cb58a5a0225037375c7a307e99c1fa8c.tar.bz2 gentoo-2-48adc427cb58a5a0225037375c7a307e99c1fa8c.zip |
Stable on sparc --- Bug #141446 --- I am bypassing 2.1.73 for 2.1.73-r1
because FEATURES=test succeeds with 2.1.73-r1 but a test is broken with
2.1.73, and given the choice, for a package to be stable, FEATURES=test needs
to work.
(Portage version: 2.1.2_rc1-r6)
Diffstat (limited to 'sci-mathematics/octave')
-rw-r--r-- | sci-mathematics/octave/ChangeLog | 8 | ||||
-rw-r--r-- | sci-mathematics/octave/octave-2.1.73-r1.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sci-mathematics/octave/ChangeLog b/sci-mathematics/octave/ChangeLog index 42910172eb9a..6802de649f43 100644 --- a/sci-mathematics/octave/ChangeLog +++ b/sci-mathematics/octave/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-mathematics/octave # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.42 2006/11/13 02:55:48 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.43 2006/11/13 13:42:06 fmccor Exp $ + + 13 Nov 2006; Ferris McCormick <fmccor@gentoo.org> octave-2.1.73-r1.ebuild: + Stable on sparc --- Bug #141446 --- I am bypassing 2.1.73 for 2.1.73-r1 + because FEATURES=test succeeds with 2.1.73-r1 but a test is broken with + 2.1.73, and given the choice, for a package to be stable, FEATURES=test needs + to work. 13 Nov 2006; Luis Medinas <metalgod@gentoo.org> octave-2.1.73.ebuild: Stable on amd64. Bug #141446. diff --git a/sci-mathematics/octave/octave-2.1.73-r1.ebuild b/sci-mathematics/octave/octave-2.1.73-r1.ebuild index afcd4658d7c6..497e1638b662 100644 --- a/sci-mathematics/octave/octave-2.1.73-r1.ebuild +++ b/sci-mathematics/octave/octave-2.1.73-r1.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/octave-2.1.73-r1.ebuild,v 1.2 2006/11/03 15:44:39 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-2.1.73-r1.ebuild,v 1.3 2006/11/13 13:42:06 fmccor Exp $ inherit flag-o-matic fortran autotools @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.octave.org/pub/octave/bleeding-edge/${P}.tar.bz2 SLOT="0" IUSE="emacs static readline zlib doc hdf5 mpi blas" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 sparc ~x86" DEPEND="virtual/libc dev-util/dejagnu |