summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2006-08-17 20:06:58 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2006-08-17 20:06:58 +0000
commitc135e5d5904b6932333e7c982e035aa7f6c018ce (patch)
tree96b6a06c23bf4319c6ec3c84a708744b6ddb5698 /sci-libs
parentStable on ppc64 (diff)
downloadgentoo-2-c135e5d5904b6932333e7c982e035aa7f6c018ce.tar.gz
gentoo-2-c135e5d5904b6932333e7c982e035aa7f6c018ce.tar.bz2
gentoo-2-c135e5d5904b6932333e7c982e035aa7f6c018ce.zip
Change einfo uses that should get read to elog.
(Portage version: 2.1.1_pre4-r4)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/acml/ChangeLog5
-rw-r--r--sci-libs/acml/acml-3.1.0-r1.ebuild14
2 files changed, 11 insertions, 8 deletions
diff --git a/sci-libs/acml/ChangeLog b/sci-libs/acml/ChangeLog
index 31e057d96ca2..3992359b4cbf 100644
--- a/sci-libs/acml/ChangeLog
+++ b/sci-libs/acml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/acml
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.12 2006/08/15 21:22:14 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.13 2006/08/17 20:06:58 dberkholz Exp $
+
+ 17 Aug 2006; Donnie Berkholz <dberkholz@gentoo.org>; acml-3.1.0-r1.ebuild:
+ Change einfo uses that should get read to elog.
15 Aug 2006; Danny van Dyk <kugelfang@gentoo.org> acml-3.0.0.ebuild:
Marking stable on amd64 and x86.
diff --git a/sci-libs/acml/acml-3.1.0-r1.ebuild b/sci-libs/acml/acml-3.1.0-r1.ebuild
index 1473f6e0ef7a..4fe8b157a04b 100644
--- a/sci-libs/acml/acml-3.1.0-r1.ebuild
+++ b/sci-libs/acml/acml-3.1.0-r1.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/acml/acml-3.1.0-r1.ebuild,v 1.3 2006/08/15 21:22:14 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.1.0-r1.ebuild,v 1.4 2006/08/17 20:06:58 dberkholz Exp $
inherit eutils
@@ -80,10 +80,10 @@ pkg_postinst() {
eselect lapack set acml
fi
- einfo "To use ACML's BLAS features, you have to issue (as root):"
- einfo "\n\teselect blas set acml"
- einfo "To use ACML's CBLAS features, you have to issue (as root):"
- einfo "\n\teselect cblas set acml"
- einfo "To use ACML's LAPACK features, you have to issue (as root):"
- einfo "\n\teselect lapack set acml"
+ elog "To use ACML's BLAS features, you have to issue (as root):"
+ elog "\n\teselect blas set acml"
+ elog "To use ACML's CBLAS features, you have to issue (as root):"
+ elog "\n\teselect cblas set acml"
+ elog "To use ACML's LAPACK features, you have to issue (as root):"
+ elog "\n\teselect lapack set acml"
}