summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-04 06:56:15 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-04 06:56:15 +0000
commit34ddd73fedab9739a1eb823f9239a664000f68e3 (patch)
treeef962bbf72cc388a9cc299f209c501ae822725ef /app-emulation/wine/wine-0.9.11.ebuild
parentReplacing einfo with elog (diff)
downloadgentoo-2-34ddd73fedab9739a1eb823f9239a664000f68e3.tar.gz
gentoo-2-34ddd73fedab9739a1eb823f9239a664000f68e3.tar.bz2
gentoo-2-34ddd73fedab9739a1eb823f9239a664000f68e3.zip
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'app-emulation/wine/wine-0.9.11.ebuild')
-rw-r--r--app-emulation/wine/wine-0.9.11.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-emulation/wine/wine-0.9.11.ebuild b/app-emulation/wine/wine-0.9.11.ebuild
index 6cea9ffcd908..dc36a9bcb3f4 100644
--- a/app-emulation/wine/wine-0.9.11.ebuild
+++ b/app-emulation/wine/wine-0.9.11.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/app-emulation/wine/wine-0.9.11.ebuild,v 1.12 2007/01/04 22:18:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.11.ebuild,v 1.13 2007/03/04 06:56:15 genone Exp $
inherit eutils flag-o-matic multilib
@@ -120,6 +120,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"
}