diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-07-25 10:33:04 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-07-25 10:33:04 +0000 |
commit | 12b014fdb68af9a9150cfdc0b97f66bcd4f54f89 (patch) | |
tree | 29695a2be7064db874a8b1d23541fff3b49b2994 /app-text/hunspell | |
parent | Initial commit. Make Brazilians happy. (diff) | |
download | historical-12b014fdb68af9a9150cfdc0b97f66bcd4f54f89.tar.gz historical-12b014fdb68af9a9150cfdc0b97f66bcd4f54f89.tar.bz2 historical-12b014fdb68af9a9150cfdc0b97f66bcd4f54f89.zip |
Add pt_BR.
Package-Manager: portage-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 | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/hunspell/ChangeLog b/app-text/hunspell/ChangeLog index 91536b2a3722..6bc32f76b7f2 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.110 2012/07/23 14:16:19 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.111 2012/07/25 10:33:04 scarabeus Exp $ + + 25 Jul 2012; Tomáš Chvátal <scarabeus@gentoo.org> hunspell-1.3.2-r3.ebuild: + Add pt_BR. 23 Jul 2012; Tomáš Chvátal <scarabeus@gentoo.org> hunspell-1.3.2-r3.ebuild: Add Khmer. diff --git a/app-text/hunspell/hunspell-1.3.2-r3.ebuild b/app-text/hunspell/hunspell-1.3.2-r3.ebuild index d8f398b6951c..7fb069f1ee50 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.14 2012/07/23 14:16:19 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.3.2-r3.ebuild,v 1.15 2012/07/25 10:33:04 scarabeus Exp $ EAPI=4 inherit eutils multilib autotools flag-o-matic versionator @@ -24,7 +24,7 @@ DEPEND="${RDEPEND} # 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 km -ku lt lv mk ms nb nl nn pl pt ro ru sk sl sq sv sw tn uk zu" +ku lt lv mk ms nb nl nn pl pt pt_BR ro ru sk sl sq sv sw tn uk zu" DICT_DEP="app-dicts/myspell-en" for lang in ${LANGS}; do |