diff options
author | George Shapovalov <george@gentoo.org> | 2007-02-05 13:21:57 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2007-02-05 13:21:57 +0000 |
commit | ee7a1005047b42f0edf365cdb19261e2d5b9ecbb (patch) | |
tree | 94aeeee15eac86493eb2085790a7e1c8cfd56791 /eclass | |
parent | Version bump - 0.1.13 is released (diff) | |
download | gentoo-2-ee7a1005047b42f0edf365cdb19261e2d5b9ecbb.tar.gz gentoo-2-ee7a1005047b42f0edf365cdb19261e2d5b9ecbb.tar.bz2 gentoo-2-ee7a1005047b42f0edf365cdb19261e2d5b9ecbb.zip |
changes some einfo to elog in pkg_postinst
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gnat.eclass | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/eclass/gnat.eclass b/eclass/gnat.eclass index 16c180897f0b..9b366422250f 100644 --- a/eclass/gnat.eclass +++ b/eclass/gnat.eclass @@ -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/eclass/gnat.eclass,v 1.20 2007/02/05 11:02:09 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.21 2007/02/05 13:21:57 george Exp $ # # Author: George Shapovalov <george@gentoo.org> # Belongs to: ada herd <ada@gentoo.org> @@ -214,12 +214,12 @@ gnat_pkg_setup() { gnat_pkg_postinst() { einfo "Updating gnat configuration to pick up ${PN} library..." eselect gnat update - einfo "The environment has been set up to make gnat automatically find files" - einfo "for the installed library. In order to immediately activate these" - einfo "settings please run:" - einfo - einfo "env-update" - einfo "source /etc/profile" + elog "The environment has been set up to make gnat automatically find files" + elog "for the installed library. In order to immediately activate these" + elog "settings please run:" + elog + elog "env-update" + elog "source /etc/profile" einfo einfo "Otherwise the settings will become active next time you login" } |