summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Medinas <metalgod@gentoo.org>2006-11-13 02:55:48 +0000
committerLuis Medinas <metalgod@gentoo.org>2006-11-13 02:55:48 +0000
commitfd6dee37b9c6d6c7d779b7625571d90b07c03e35 (patch)
tree5d47b0f777898870daef683198a6c647cc1934bb /sci-mathematics/octave
parentFirst try at separating RDEPEND and DEPEND; add pkgconfig to DEPEND. (diff)
downloadgentoo-2-fd6dee37b9c6d6c7d779b7625571d90b07c03e35.tar.gz
gentoo-2-fd6dee37b9c6d6c7d779b7625571d90b07c03e35.tar.bz2
gentoo-2-fd6dee37b9c6d6c7d779b7625571d90b07c03e35.zip
Stable on amd64. Bug #141446.
(Portage version: 2.1.2_rc1-r6)
Diffstat (limited to 'sci-mathematics/octave')
-rw-r--r--sci-mathematics/octave/ChangeLog5
-rw-r--r--sci-mathematics/octave/octave-2.1.73.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/octave/ChangeLog b/sci-mathematics/octave/ChangeLog
index d50358b7c60c..42910172eb9a 100644
--- a/sci-mathematics/octave/ChangeLog
+++ b/sci-mathematics/octave/ChangeLog
@@ -1,6 +1,9 @@
# 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.41 2006/11/03 15:44:39 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.42 2006/11/13 02:55:48 metalgod Exp $
+
+ 13 Nov 2006; Luis Medinas <metalgod@gentoo.org> octave-2.1.73.ebuild:
+ Stable on amd64. Bug #141446.
03 Nov 2006; Markus Dittrich <markusle@gentoo.org> ChangeLog:
Fixed test case that failed inside the sandbox and added dejagnu
diff --git a/sci-mathematics/octave/octave-2.1.73.ebuild b/sci-mathematics/octave/octave-2.1.73.ebuild
index 9de058e53f69..919cff1397cf 100644
--- a/sci-mathematics/octave/octave-2.1.73.ebuild
+++ b/sci-mathematics/octave/octave-2.1.73.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.ebuild,v 1.4 2006/10/04 16:58:09 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-2.1.73.ebuild,v 1.5 2006/11/13 02:55:48 metalgod 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 doc hdf5 mpi blas"
-KEYWORDS="~alpha ~amd64 ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ppc ppc64 ~sparc x86"
DEPEND="virtual/libc
>=sys-libs/ncurses-5.2-r3