diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-08-17 18:25:13 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-08-17 18:25:13 +0000 |
commit | c874b04d062248aabaa1a5ef8af7ee4ea22f42cb (patch) | |
tree | fcb280614e5c04a3eb6cfbaebdd223afb78b3265 /sci-libs/blas-atlas/blas-atlas-3.6.0-r2.ebuild | |
parent | Change einfo uses that should get read to elog. (diff) | |
download | historical-c874b04d062248aabaa1a5ef8af7ee4ea22f42cb.tar.gz historical-c874b04d062248aabaa1a5ef8af7ee4ea22f42cb.tar.bz2 historical-c874b04d062248aabaa1a5ef8af7ee4ea22f42cb.zip |
Note that configuration now uses eselect rather than blas-config.
Package-Manager: portage-2.1.1_pre4-r4
Diffstat (limited to 'sci-libs/blas-atlas/blas-atlas-3.6.0-r2.ebuild')
-rw-r--r-- | sci-libs/blas-atlas/blas-atlas-3.6.0-r2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-libs/blas-atlas/blas-atlas-3.6.0-r2.ebuild b/sci-libs/blas-atlas/blas-atlas-3.6.0-r2.ebuild index d1df80797620..7901075df308 100644 --- a/sci-libs/blas-atlas/blas-atlas-3.6.0-r2.ebuild +++ b/sci-libs/blas-atlas/blas-atlas-3.6.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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-r2.ebuild,v 1.2 2006/08/17 18:21:03 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.6.0-r2.ebuild,v 1.3 2006/08/17 18:22:29 dberkholz Exp $ inherit eutils toolchain-funcs @@ -178,4 +178,6 @@ pkg_postinst() { elog "link using -lcblas" elog elog "If using threaded ATLAS, you may also need to link with -lpthread." + elog + elog "Configuration now uses eselect rather than blas-config." } |