diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-04 06:58:30 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-04 06:58:30 +0000 |
commit | 4f5e214059ecb9630c1c547cc5d336f6c72e6e91 (patch) | |
tree | 0e03de7387fab9b7bb298792514f575fbc4d198c /app-misc/lsx/lsx-0.1.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | historical-4f5e214059ecb9630c1c547cc5d336f6c72e6e91.tar.gz historical-4f5e214059ecb9630c1c547cc5d336f6c72e6e91.tar.bz2 historical-4f5e214059ecb9630c1c547cc5d336f6c72e6e91.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r10
Diffstat (limited to 'app-misc/lsx/lsx-0.1.ebuild')
-rw-r--r-- | app-misc/lsx/lsx-0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/lsx/lsx-0.1.ebuild b/app-misc/lsx/lsx-0.1.ebuild index c0413d37e114..cd42f0992591 100644 --- a/app-misc/lsx/lsx-0.1.ebuild +++ b/app-misc/lsx/lsx-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/lsx/lsx-0.1.ebuild,v 1.4 2007/02/13 12:58:34 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lsx/lsx-0.1.ebuild,v 1.5 2007/03/04 06:58:30 genone Exp $ inherit toolchain-funcs @@ -44,5 +44,5 @@ src_install() { } pkg_postinst() { - einfo "Run ${PN} with ${PN}-suckless" + elog "Run ${PN} with ${PN}-suckless" } |