diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-27 03:29:39 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-27 03:29:39 +0000 |
commit | 327d618200e54e408b7a58d2471e611d20559de6 (patch) | |
tree | 9b9b5f3d04ed1964cfe4c93af791828edaa82d49 /sci-libs/lapack-atlas | |
parent | whitespace (diff) | |
download | gentoo-2-327d618200e54e408b7a58d2471e611d20559de6.tar.gz gentoo-2-327d618200e54e408b7a58d2471e611d20559de6.tar.bz2 gentoo-2-327d618200e54e408b7a58d2471e611d20559de6.zip |
whitespace
(Portage version: 2.1.2.9)
Diffstat (limited to 'sci-libs/lapack-atlas')
-rw-r--r-- | sci-libs/lapack-atlas/lapack-atlas-3.7.34.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-libs/lapack-atlas/lapack-atlas-3.7.34.ebuild b/sci-libs/lapack-atlas/lapack-atlas-3.7.34.ebuild index 1e0d194ba348..c2c4d061b0e7 100644 --- a/sci-libs/lapack-atlas/lapack-atlas-3.7.34.ebuild +++ b/sci-libs/lapack-atlas/lapack-atlas-3.7.34.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.7.34.ebuild,v 1.1 2007/07/24 16:20:25 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.7.34.ebuild,v 1.2 2007/07/27 03:29:39 mr_bones_ Exp $ inherit eutils flag-o-matic toolchain-funcs fortran versionator @@ -79,7 +79,6 @@ src_unpack() { compdefs="${compdefs} -Ss pmake '\$(MAKE) ${MAKEOPTS}'" compdefs="${compdefs} -Si cputhrchk 0 ${archselect}" - cd ${BLD_DIR} && ../configure ${compdefs} \ || die "configure failed" |