diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-07-11 16:28:28 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-07-11 16:28:28 +0000 |
commit | 344575faf28d20706dffc1610b390b14ccd07506 (patch) | |
tree | 77327830531968c3f8d11cf5a499465eef0ea640 /sci-mathematics | |
parent | Version bump (diff) | |
download | gentoo-2-344575faf28d20706dffc1610b390b14ccd07506.tar.gz gentoo-2-344575faf28d20706dffc1610b390b14ccd07506.tar.bz2 gentoo-2-344575faf28d20706dffc1610b390b14ccd07506.zip |
whitespace
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/octave/octave-3.2.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-mathematics/octave/octave-3.2.0.ebuild b/sci-mathematics/octave/octave-3.2.0.ebuild index 1e27f059c4a4..33ed9f933783 100644 --- a/sci-mathematics/octave/octave-3.2.0.ebuild +++ b/sci-mathematics/octave/octave-3.2.0.ebuild @@ -1,6 +1,6 @@ # 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-3.2.0.ebuild,v 1.4 2009/07/10 16:18:49 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild,v 1.5 2009/07/11 16:28:28 mr_bones_ Exp $ EAPI="2" inherit flag-o-matic fortran xemacs-elisp-common @@ -67,7 +67,6 @@ src_configure() { $(use_enable readline) } - src_compile() { emake || die "emake failed" |