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 | 62313d8d99d6abcba86d79e8fcd47d816bd43e3e (patch) | |
tree | d8e098f5c1d49e27913a4a0a00586de7e30c49f4 /sci-mathematics/octave/octave-2.1.72.ebuild | |
parent | Bump KDE 4.2.1 (diff) | |
download | gentoo-2-62313d8d99d6abcba86d79e8fcd47d816bd43e3e.tar.gz gentoo-2-62313d8d99d6abcba86d79e8fcd47d816bd43e3e.tar.bz2 gentoo-2-62313d8d99d6abcba86d79e8fcd47d816bd43e3e.zip |
Removed dejagnu dependency, thanks Francisco J. Vázquez, bug #260592, minor QA fixes
(Portage version: 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... |