diff options
author | Peter Bienstman <pbienst@gentoo.org> | 2005-03-02 17:41:37 +0000 |
---|---|---|
committer | Peter Bienstman <pbienst@gentoo.org> | 2005-03-02 17:41:37 +0000 |
commit | 872ba3e59b3f3a9e99880c017bd048e4ef7935f5 (patch) | |
tree | 19bc81e765f60bc3436c88e1b40360bb990b9d25 /sci-libs/blas-atlas/blas-atlas-3.6.0.ebuild | |
parent | + minor fixes (diff) | |
download | gentoo-2-872ba3e59b3f3a9e99880c017bd048e4ef7935f5.tar.gz gentoo-2-872ba3e59b3f3a9e99880c017bd048e4ef7935f5.tar.bz2 gentoo-2-872ba3e59b3f3a9e99880c017bd048e4ef7935f5.zip |
Improve error message.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sci-libs/blas-atlas/blas-atlas-3.6.0.ebuild')
-rw-r--r-- | sci-libs/blas-atlas/blas-atlas-3.6.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/blas-atlas/blas-atlas-3.6.0.ebuild b/sci-libs/blas-atlas/blas-atlas-3.6.0.ebuild index 2d40bccaee6b..94cc3c00659c 100644 --- a/sci-libs/blas-atlas/blas-atlas-3.6.0.ebuild +++ b/sci-libs/blas-atlas/blas-atlas-3.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 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.6.0.ebuild,v 1.2 2004/12/29 18:30:32 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.6.0.ebuild,v 1.3 2005/03/02 17:41:37 pbienst Exp $ inherit eutils toolchain-funcs @@ -27,7 +27,7 @@ S=${WORKDIR}/ATLAS pkg_setup() { if [ -z `which g77` ]; then eerror "No fortran compiler found on the system!" - eerror "Please add f77 to your USE flags and reemerge gcc!" + eerror "Please add fortran to your USE flags and reemerge gcc!" die fi } |