summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-08-29 00:35:11 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-08-29 00:35:11 +0000
commit76b6906cc154c0c825abe9017cb43a358b2007df (patch)
tree029a32c6a3e0ce7be60ded0918552bb2f88f9206 /sci-libs
parentwhitespace (diff)
downloadgentoo-2-76b6906cc154c0c825abe9017cb43a358b2007df.tar.gz
gentoo-2-76b6906cc154c0c825abe9017cb43a358b2007df.tar.bz2
gentoo-2-76b6906cc154c0c825abe9017cb43a358b2007df.zip
whitespace
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/blas-atlas/blas-atlas-3.9.3.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-libs/blas-atlas/blas-atlas-3.9.3.ebuild b/sci-libs/blas-atlas/blas-atlas-3.9.3.ebuild
index 93439eb382da..b8b0f474bc54 100644
--- a/sci-libs/blas-atlas/blas-atlas-3.9.3.ebuild
+++ b/sci-libs/blas-atlas/blas-atlas-3.9.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.9.3.ebuild,v 1.2 2008/08/28 09:48:46 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.9.3.ebuild,v 1.3 2008/08/29 00:35:11 mr_bones_ Exp $
inherit eutils toolchain-funcs fortran multilib
@@ -78,7 +78,6 @@ src_unpack() {
# Remove -m64 on alpha, since the compiler doesn't support it
use alpha && sed -i -e 's/-m64//g' "${S}"/CONFIG/src/probe_comp.c
-
# unfortunately, atlas-3.9.0 chokes when passed
# x86_64-pc-linux-gnu-gcc and friends instead of
# plain gcc. Hence, we'll have to workaround this