diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 16:22:08 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 16:22:08 +0000 |
commit | bc1266da01cb1258d9e7b7d57460755eca1f095d (patch) | |
tree | e7215e5d12beaa591198f147b6d8b892adce784b /app-i18n/nabi/nabi-0.14.ebuild | |
parent | Convert to use elog. (diff) | |
download | gentoo-2-bc1266da01cb1258d9e7b7d57460755eca1f095d.tar.gz gentoo-2-bc1266da01cb1258d9e7b7d57460755eca1f095d.tar.bz2 gentoo-2-bc1266da01cb1258d9e7b7d57460755eca1f095d.zip |
Convert to use elog.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'app-i18n/nabi/nabi-0.14.ebuild')
-rw-r--r-- | app-i18n/nabi/nabi-0.14.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-i18n/nabi/nabi-0.14.ebuild b/app-i18n/nabi/nabi-0.14.ebuild index 5ceb1394414d..f59ef2cddc39 100644 --- a/app-i18n/nabi/nabi-0.14.ebuild +++ b/app-i18n/nabi/nabi-0.14.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-i18n/nabi/nabi-0.14.ebuild,v 1.7 2006/10/14 09:23:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/nabi/nabi-0.14.ebuild,v 1.8 2007/01/05 16:22:08 flameeyes Exp $ DESCRIPTION="Simple Hanguk X Input Method" HOMEPAGE="http://nabi.kldp.net/" @@ -22,8 +22,8 @@ src_install() { } pkg_postinst() { - einfo "You MUST add environment variable..." - einfo - einfo "export XMODIFIERS=\"@im=nabi\"" - einfo + elog "You MUST add environment variable..." + elog + elog "export XMODIFIERS=\"@im=nabi\"" + elog } |