diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-13 06:57:51 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-13 06:57:51 +0000 |
commit | 745831685f6902c2261cdcd867adeaaecb708bd3 (patch) | |
tree | 053d33f555b9f5b952b2e71ba3eca69d192a9427 /sci-libs/lapack-atlas | |
parent | whitespace (diff) | |
download | gentoo-2-745831685f6902c2261cdcd867adeaaecb708bd3.tar.gz gentoo-2-745831685f6902c2261cdcd867adeaaecb708bd3.tar.bz2 gentoo-2-745831685f6902c2261cdcd867adeaaecb708bd3.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.31.ebuild | 3 | ||||
-rw-r--r-- | sci-libs/lapack-atlas/lapack-atlas-3.7.32.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sci-libs/lapack-atlas/lapack-atlas-3.7.31.ebuild b/sci-libs/lapack-atlas/lapack-atlas-3.7.31.ebuild index 9ed4ca2c903a..f97230f8be6c 100644 --- a/sci-libs/lapack-atlas/lapack-atlas-3.7.31.ebuild +++ b/sci-libs/lapack-atlas/lapack-atlas-3.7.31.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.31.ebuild,v 1.1 2007/05/19 02:23:19 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.7.31.ebuild,v 1.2 2007/07/13 06:57:50 mr_bones_ Exp $ inherit eutils flag-o-matic toolchain-funcs fortran @@ -89,7 +89,6 @@ src_unpack() { compdefs="${compdefs} -Ss pmake '\$(MAKE) ${MAKEOPTS}'" compdefs="${compdefs} -Si cputhrchk 0 ${archselect}" - cd ${BLD_DIR} && ../configure ${compdefs} \ || die "configure failed" diff --git a/sci-libs/lapack-atlas/lapack-atlas-3.7.32.ebuild b/sci-libs/lapack-atlas/lapack-atlas-3.7.32.ebuild index 491cef798eb2..c339d7e487a7 100644 --- a/sci-libs/lapack-atlas/lapack-atlas-3.7.32.ebuild +++ b/sci-libs/lapack-atlas/lapack-atlas-3.7.32.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.32.ebuild,v 1.2 2007/05/29 13:15:05 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.7.32.ebuild,v 1.3 2007/07/13 06:57:50 mr_bones_ Exp $ inherit eutils flag-o-matic toolchain-funcs fortran versionator @@ -90,7 +90,6 @@ src_unpack() { compdefs="${compdefs} -Ss pmake '\$(MAKE) ${MAKEOPTS}'" compdefs="${compdefs} -Si cputhrchk 0 ${archselect}" - cd ${BLD_DIR} && ../configure ${compdefs} \ || die "configure failed" |