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 | |
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')
-rw-r--r-- | sci-libs/blas-atlas/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/blas-atlas/blas-atlas-3.6.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/blas-atlas/ChangeLog b/sci-libs/blas-atlas/ChangeLog index 0e8f6d7cb5d2..94716ab3df8c 100644 --- a/sci-libs/blas-atlas/ChangeLog +++ b/sci-libs/blas-atlas/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/blas-atlas -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/ChangeLog,v 1.2 2004/12/29 21:53:29 swegener Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/ChangeLog,v 1.3 2005/03/02 17:41:37 pbienst Exp $ + + 02 Mar 2005; Peter Bienstman <pbienst@gentoo.org> blas-atlas-3.6.0.ebuild: + Improve error message (fix bug 83494, thanks to Daniel Herzog). *blas-atlas-3.6.0 (29 Dec 2004) 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 } |