diff options
Diffstat (limited to 'app-dicts/vdict/vdict-1.97.ebuild')
-rw-r--r-- | app-dicts/vdict/vdict-1.97.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-dicts/vdict/vdict-1.97.ebuild b/app-dicts/vdict/vdict-1.97.ebuild index bac870f437c6..f40aa63c63c5 100644 --- a/app-dicts/vdict/vdict-1.97.ebuild +++ b/app-dicts/vdict/vdict-1.97.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-dicts/vdict/vdict-1.97.ebuild,v 1.1 2005/12/03 10:29:16 pclouds Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/vdict/vdict-1.97.ebuild,v 1.2 2007/01/25 04:54:29 genone Exp $ inherit eutils @@ -22,6 +22,6 @@ src_install() { } pkg_postinst() { - einfo "You may want to install app-dicts/vdict-* packages" - einfo "to have corresponding dictionaries" + elog "You may want to install app-dicts/vdict-* packages" + elog "to have corresponding dictionaries" } |