diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2007-03-13 00:27:07 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2007-03-13 00:27:07 +0000 |
commit | 477f087bd59c0c5ea1e5c0e8a838554ccfca9234 (patch) | |
tree | 6451be232aec2f1f14252a1dc14eb6e9d74361ea /sci-libs | |
parent | Replaced text-markup by tex (text-markup split). (diff) | |
download | gentoo-2-477f087bd59c0c5ea1e5c0e8a838554ccfca9234.tar.gz gentoo-2-477f087bd59c0c5ea1e5c0e8a838554ccfca9234.tar.bz2 gentoo-2-477f087bd59c0c5ea1e5c0e8a838554ccfca9234.zip |
QA: which -> type -P
(Portage version: 2.1.2.1-r1)
Diffstat (limited to 'sci-libs')
-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 |