diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-03-04 21:31:52 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-03-04 21:31:52 +0000 |
commit | 0fbbc3f21bef5caa78bfdda595aeed3b15a1e5de (patch) | |
tree | 143e47b0fba2bd8c2bb62fc021822c842ffa33d5 /sci-mathematics/octave/octave-2.1.72.ebuild | |
parent | EAPI=2; add settings patch from Pacho Ramos (bug #261222) (diff) | |
download | historical-0fbbc3f21bef5caa78bfdda595aeed3b15a1e5de.tar.gz historical-0fbbc3f21bef5caa78bfdda595aeed3b15a1e5de.tar.bz2 historical-0fbbc3f21bef5caa78bfdda595aeed3b15a1e5de.zip |
Removed dejagnu dependency, thanks Francisco J. Vázquez, bug #260592, minor QA fixes
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'sci-mathematics/octave/octave-2.1.72.ebuild')
-rw-r--r-- | sci-mathematics/octave/octave-2.1.72.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-mathematics/octave/octave-2.1.72.ebuild b/sci-mathematics/octave/octave-2.1.72.ebuild index 7d45db868158..5f5c5bdb40ce 100644 --- a/sci-mathematics/octave/octave-2.1.72.ebuild +++ b/sci-mathematics/octave/octave-2.1.72.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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-2.1.72.ebuild,v 1.12 2007/11/20 14:46:56 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-2.1.72.ebuild,v 1.13 2009/03/04 21:31:52 bicatali Exp $ inherit flag-o-matic fortran @@ -25,6 +25,7 @@ DEPEND="virtual/libc blas? ( virtual/blas ) mpi? ( virtual/mpi ) !=app-text/texi2html-1.70" +RDEPEND="${DEPEND}" # NOTE: octave supports blas/lapack from intel but this is not open # source nor is it free (as in beer OR speech) Check out... |