diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2007-03-13 00:29:07 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2007-03-13 00:29:07 +0000 |
commit | fa88ee58b828ed4e9d7e9c7221cb995fc4f79df7 (patch) | |
tree | f46f881188c5192d6d47e9d34e49975261574867 /sci-libs/lapack-atlas | |
parent | Replacing text-markup herd with the new sgml herd. (diff) | |
download | historical-fa88ee58b828ed4e9d7e9c7221cb995fc4f79df7.tar.gz historical-fa88ee58b828ed4e9d7e9c7221cb995fc4f79df7.tar.bz2 historical-fa88ee58b828ed4e9d7e9c7221cb995fc4f79df7.zip |
QA: which -> type -P
Package-Manager: portage-2.1.2.1-r1
Diffstat (limited to 'sci-libs/lapack-atlas')
-rw-r--r-- | sci-libs/lapack-atlas/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/lapack-atlas/lapack-atlas-3.6.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-libs/lapack-atlas/ChangeLog b/sci-libs/lapack-atlas/ChangeLog index 8c893acf132c..32e203b594a3 100644 --- a/sci-libs/lapack-atlas/ChangeLog +++ b/sci-libs/lapack-atlas/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/lapack-atlas # Copyright 2004-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/ChangeLog,v 1.38 2007/02/06 21:31:02 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/ChangeLog,v 1.39 2007/03/13 00:27:07 kugelfang Exp $ + + 13 Mar 2007; Danny van Dyk <kugelfang@gentoo.org> + lapack-atlas-3.6.0.ebuild: + QA: which -> type -P *lapack-atlas-3.7.24-r1 (06 Feb 2007) diff --git a/sci-libs/lapack-atlas/lapack-atlas-3.6.0.ebuild b/sci-libs/lapack-atlas/lapack-atlas-3.6.0.ebuild index 6681d7f00cd1..40c8e5edd8a9 100644 --- a/sci-libs/lapack-atlas/lapack-atlas-3.6.0.ebuild +++ b/sci-libs/lapack-atlas/lapack-atlas-3.6.0.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.6.0.ebuild,v 1.11 2007/01/23 13:57:22 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.6.0.ebuild,v 1.12 2007/03/13 00:27:07 kugelfang Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -61,7 +61,7 @@ pkg_setup() { # We need g77 to compile the LAPACK routines from ATLAS. # `use ifc` only causes the non-ATLAS routines (from the # reference set) to be built with ifc. - if [ -z `which g77` ]; then + if [[ -z `type -P g77` ]]; then eerror "g77 not found on the system!" eerror "Please add fortran to your USE flags and reemerge gcc!" die |