diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-28 01:51:50 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-28 01:51:50 +0000 |
commit | a872b110ef3167fcb823a50355e7bc3c5c29eaef (patch) | |
tree | a1342ae6b13760cdb7acafc76f819c843d4ca88c /app-sci | |
parent | Gentoo Technologies, Inc. -> Gentoo Foundation (diff) | |
download | historical-a872b110ef3167fcb823a50355e7bc3c5c29eaef.tar.gz historical-a872b110ef3167fcb823a50355e7bc3c5c29eaef.tar.bz2 historical-a872b110ef3167fcb823a50355e7bc3c5c29eaef.zip |
pkg_postint -> pkg_postinst
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/acml/Manifest | 2 | ||||
-rw-r--r-- | app-sci/acml/acml-2.1.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-sci/acml/Manifest b/app-sci/acml/Manifest index c113aa66a084..86995b155098 100644 --- a/app-sci/acml/Manifest +++ b/app-sci/acml/Manifest @@ -1,5 +1,5 @@ MD5 6a261bd464a07a7d644e43cae298a7b0 ChangeLog 403 -MD5 83f851c8ee0db7e80e01c9fb60018fe5 acml-2.1.0.ebuild 1717 +MD5 b3c42ded627bceb59d64b1c893962d39 acml-2.1.0.ebuild 1718 MD5 c9bfe708975ddd233f47166b8f1053f6 metadata.xml 390 MD5 e92e9b2507e25e7826de1be1cce7c7ae files/c-ACML.blas 465 MD5 f053683eb9a61c43050985717331ef7b files/digest-acml-2.1.0 67 diff --git a/app-sci/acml/acml-2.1.0.ebuild b/app-sci/acml/acml-2.1.0.ebuild index b536fc2f8762..3195d9df9bfa 100644 --- a/app-sci/acml/acml-2.1.0.ebuild +++ b/app-sci/acml/acml-2.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/acml/acml-2.1.0.ebuild,v 1.3 2004/09/28 01:07:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/acml/acml-2.1.0.ebuild,v 1.4 2004/09/28 01:51:50 mr_bones_ Exp $ inherit eutils @@ -65,7 +65,7 @@ src_install() { done } -pkg_postint() { +pkg_postinst() { einfo "To use ACML's BLAS features, you have to issue (as root):" einfo "\n\t/usr/bin/blas-config ACML" einfo "To use ACML's LAPACK features, you have to issue (as root):" |