diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-19 06:52:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-19 06:52:29 +0000 |
commit | 276119a3831b03ace71cda6cdf562f2accb15d73 (patch) | |
tree | 9445a832854b75eabe3fb02e826d01a61bbc824c /app-sci | |
parent | dont use $CC (Manifest recommit) (diff) | |
download | gentoo-2-276119a3831b03ace71cda6cdf562f2accb15d73.tar.gz gentoo-2-276119a3831b03ace71cda6cdf562f2accb15d73.tar.bz2 gentoo-2-276119a3831b03ace71cda6cdf562f2accb15d73.zip |
fix typo in error message (bug #54290)
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/blas-atlas/ChangeLog | 6 | ||||
-rw-r--r-- | app-sci/blas-atlas/blas-atlas-3.6.0.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-sci/blas-atlas/ChangeLog b/app-sci/blas-atlas/ChangeLog index c23999482839..9303b019f0c5 100644 --- a/app-sci/blas-atlas/ChangeLog +++ b/app-sci/blas-atlas/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-sci/blas-atlas # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-atlas/ChangeLog,v 1.6 2004/06/06 16:18:58 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-atlas/ChangeLog,v 1.7 2004/06/19 06:52:29 mr_bones_ Exp $ + + 18 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> + blas-atlas-3.6.0.ebuild: + fix typo in error message (bug #54290) 06 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> blas-atlas-3.6.0.ebuild: Marked stable on amd64. diff --git a/app-sci/blas-atlas/blas-atlas-3.6.0.ebuild b/app-sci/blas-atlas/blas-atlas-3.6.0.ebuild index 85064a15c7f0..952c35c2cacd 100644 --- a/app-sci/blas-atlas/blas-atlas-3.6.0.ebuild +++ b/app-sci/blas-atlas/blas-atlas-3.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-atlas/blas-atlas-3.6.0.ebuild,v 1.5 2004/06/06 16:18:58 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/blas-atlas/blas-atlas-3.6.0.ebuild,v 1.6 2004/06/19 06:52:29 mr_bones_ Exp $ inherit eutils @@ -28,12 +28,11 @@ pkg_setup() { use ifc || if [ -z `which g77` ]; then #if ifc is defined then the dep was already checked eerror "No fortran compiler found on the system!" - eerror "Please add g77 to your USE flags and reemerge gcc!" + eerror "Please add f77 to your USE flags and reemerge gcc!" die fi } - src_unpack() { unpack ${A} |