diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 13:57:14 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 13:57:14 +0000 |
commit | e4a3da4b6a3f6c28188f3a04c4f91215ac3b9290 (patch) | |
tree | f303259b0ee23a69f5bf086a7ee38e0c6b7cc85f /app-admin/bastille/bastille-2.1.1-r3.ebuild | |
parent | Regenerated digest #163364 (diff) | |
download | gentoo-2-e4a3da4b6a3f6c28188f3a04c4f91215ac3b9290.tar.gz gentoo-2-e4a3da4b6a3f6c28188f3a04c4f91215ac3b9290.tar.bz2 gentoo-2-e4a3da4b6a3f6c28188f3a04c4f91215ac3b9290.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-admin/bastille/bastille-2.1.1-r3.ebuild')
-rw-r--r-- | app-admin/bastille/bastille-2.1.1-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/bastille/bastille-2.1.1-r3.ebuild b/app-admin/bastille/bastille-2.1.1-r3.ebuild index 07b63bb08341..8fd5484674ff 100644 --- a/app-admin/bastille/bastille-2.1.1-r3.ebuild +++ b/app-admin/bastille/bastille-2.1.1-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/bastille/bastille-2.1.1-r3.ebuild,v 1.3 2005/11/28 12:07:22 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/bastille/bastille-2.1.1-r3.ebuild,v 1.4 2007/01/24 13:57:14 genone Exp $ inherit perl-app eutils @@ -96,5 +96,5 @@ src_install() { } pkg_postinst() { - use X || einfo "When not using the Tk interface you will need to start use the -c flag when calling ${PN} from command line. example ${PN} -c --os GE1.4" + use X || elog "When not using the Tk interface you will need to start use the -c flag when calling ${PN} from command line. example ${PN} -c --os GE1.4" } |