diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-06-23 09:54:27 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-06-23 09:54:27 +0000 |
commit | 2cc52a6116c5055c4e6ec1864b7f77aab4d7aabf (patch) | |
tree | a16ef3ffe2c83e6cbd2dea122a6700571a787fc0 /app-i18n | |
parent | Stable on hppa. (diff) | |
download | gentoo-2-2cc52a6116c5055c4e6ec1864b7f77aab4d7aabf.tar.gz gentoo-2-2cc52a6116c5055c4e6ec1864b7f77aab4d7aabf.tar.bz2 gentoo-2-2cc52a6116c5055c4e6ec1864b7f77aab4d7aabf.zip |
Touchup in error message.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/koffice-i18n/koffice-i18n-1.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/koffice-i18n/koffice-i18n-1.4.0.ebuild b/app-i18n/koffice-i18n/koffice-i18n-1.4.0.ebuild index 60b4a2bc23ac..27eef522f7d4 100644 --- a/app-i18n/koffice-i18n/koffice-i18n-1.4.0.ebuild +++ b/app-i18n/koffice-i18n/koffice-i18n-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/koffice-i18n/koffice-i18n-1.4.0.ebuild,v 1.1 2005/06/21 08:43:02 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/koffice-i18n/koffice-i18n-1.4.0.ebuild,v 1.2 2005/06/23 09:50:16 greg_g Exp $ inherit kde @@ -31,7 +31,7 @@ pkg_setup() { eerror "of the language codes for which languages you would like to install." eerror "Look at the LANGS variable inside the ebuild to see the list of" eerror "available languages." - eerror "e.g.: LINGUAS=\"de pt\"" + eerror "e.g.: LINGUAS=\"sv de pt\"" echo die fi |