diff options
Diffstat (limited to 'dev-ada/booch_components/booch_components-20051222.ebuild')
-rw-r--r-- | dev-ada/booch_components/booch_components-20051222.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dev-ada/booch_components/booch_components-20051222.ebuild b/dev-ada/booch_components/booch_components-20051222.ebuild index 1176e68315e4..7a6c4be1d924 100644 --- a/dev-ada/booch_components/booch_components-20051222.ebuild +++ b/dev-ada/booch_components/booch_components-20051222.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/booch_components/booch_components-20051222.ebuild,v 1.2 2006/05/12 13:56:07 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/booch_components/booch_components-20051222.ebuild,v 1.3 2007/01/25 23:46:13 genone Exp $ IUSE="doc" @@ -74,9 +74,9 @@ src_install () { pkg_postinst(){ einfo "Updating gnat configuration to pick up ${PN} library..." eselect gnat update - einfo "The envaironment has been set up to make gnat automatically find files in" - einfo "Booch components. In order to immediately activate these settings please do" - einfo "env-update" - einfo "source /etc/profile" - einfo "Otherwise the settings will become active next time you login" + elog "The environment has been set up to make gnat automatically find files in" + elog "Booch components. In order to immediately activate these settings please do" + elog "env-update" + elog "source /etc/profile" + elog "Otherwise the settings will become active next time you login" } |