diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-04 06:56:15 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-04 06:56:15 +0000 |
commit | 26fef6531539e34252cb96f5f22ecdd9ad394814 (patch) | |
tree | 7d97150d33fbdf1773f412d1c7f0cca4775bcc54 /app-emulation/wine/wine-0.9.13.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | historical-26fef6531539e34252cb96f5f22ecdd9ad394814.tar.gz historical-26fef6531539e34252cb96f5f22ecdd9ad394814.tar.bz2 historical-26fef6531539e34252cb96f5f22ecdd9ad394814.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r10
Diffstat (limited to 'app-emulation/wine/wine-0.9.13.ebuild')
-rw-r--r-- | app-emulation/wine/wine-0.9.13.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/wine/wine-0.9.13.ebuild b/app-emulation/wine/wine-0.9.13.ebuild index c1a9f80ecad8..e6f76769f81f 100644 --- a/app-emulation/wine/wine-0.9.13.ebuild +++ b/app-emulation/wine/wine-0.9.13.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-emulation/wine/wine-0.9.13.ebuild,v 1.8 2007/01/04 22:23:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.13.ebuild,v 1.9 2007/03/04 06:56:15 genone Exp $ inherit eutils flag-o-matic multilib @@ -117,6 +117,6 @@ src_install() { } pkg_postinst() { - einfo "~/.wine/config is now deprecated. For configuration either use" - einfo "winecfg or regedit HKCU\\Software\\Wine" + elog "~/.wine/config is now deprecated. For configuration either use" + elog "winecfg or regedit HKCU\\Software\\Wine" } |