diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-07-23 14:16:19 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-07-23 14:16:19 +0000 |
commit | 047976493cbb4aa2caaef8cf10f0ead3f60594b2 (patch) | |
tree | f46041d52480e9040f9393cf39a6d84957d00cbb /app-text/hunspell | |
parent | Initial commit (diff) | |
download | gentoo-2-047976493cbb4aa2caaef8cf10f0ead3f60594b2.tar.gz gentoo-2-047976493cbb4aa2caaef8cf10f0ead3f60594b2.tar.bz2 gentoo-2-047976493cbb4aa2caaef8cf10f0ead3f60594b2.zip |
Add Khmer.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'app-text/hunspell')
-rw-r--r-- | app-text/hunspell/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/hunspell/hunspell-1.3.2-r3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/hunspell/ChangeLog b/app-text/hunspell/ChangeLog index ed675ccbad1b..91536b2a3722 100644 --- a/app-text/hunspell/ChangeLog +++ b/app-text/hunspell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/hunspell # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.109 2012/07/23 13:04:22 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.110 2012/07/23 14:16:19 scarabeus Exp $ + + 23 Jul 2012; Tomáš Chvátal <scarabeus@gentoo.org> hunspell-1.3.2-r3.ebuild: + Add Khmer. 23 Jul 2012; Tomáš Chvátal <scarabeus@gentoo.org> hunspell-1.3.2-r3.ebuild: Add icelandic. diff --git a/app-text/hunspell/hunspell-1.3.2-r3.ebuild b/app-text/hunspell/hunspell-1.3.2-r3.ebuild index 45bb9beded90..d8f398b6951c 100644 --- a/app-text/hunspell/hunspell-1.3.2-r3.ebuild +++ b/app-text/hunspell/hunspell-1.3.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.2-r3.ebuild,v 1.13 2012/07/23 13:04:22 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.2-r3.ebuild,v 1.14 2012/07/23 14:16:19 scarabeus Exp $ EAPI=4 inherit eutils multilib autotools flag-o-matic versionator @@ -23,8 +23,8 @@ DEPEND="${RDEPEND} sys-devel/gettext" # describe properly mi -LANGS="af bg ca cs cy da de el en eo es et fo fr ga gl he hr hu ia id is it ku -lt lv mk ms nb nl nn pl pt ro ru sk sl sq sv sw tn uk zu" +LANGS="af bg ca cs cy da de el en eo es et fo fr ga gl he hr hu ia id is it km +ku lt lv mk ms nb nl nn pl pt ro ru sk sl sq sv sw tn uk zu" DICT_DEP="app-dicts/myspell-en" for lang in ${LANGS}; do |