diff options
author | Ulrich Müller <ulm@gentoo.org> | 2016-05-06 02:18:15 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2016-05-06 03:25:07 +0200 |
commit | 2309df23993b5cb3f32d64d585efea206acf81c8 (patch) | |
tree | aa80c534bb69dc5b7aa9cfc280d0397a41d567ea /app-text | |
parent | app-dicts/myspell-de_1901: Renamed from app-dicts/myspell-de-alt. (diff) | |
download | gentoo-2309df23993b5cb3f32d64d585efea206acf81c8.tar.gz gentoo-2309df23993b5cb3f32d64d585efea206acf81c8.tar.bz2 gentoo-2309df23993b5cb3f32d64d585efea206acf81c8.zip |
app-text/hunspell: Update dependency on app-dicts/myspell-de_1901.
Also remove exception for German. Use linguas_de_1901 for the
traditional spelling variant instead.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/hunspell/hunspell-1.3.3.ebuild | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/app-text/hunspell/hunspell-1.3.3.ebuild b/app-text/hunspell/hunspell-1.3.3.ebuild index a83d9e4e0f36..832616554d35 100644 --- a/app-text/hunspell/hunspell-1.3.3.ebuild +++ b/app-text/hunspell/hunspell-1.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -23,21 +23,12 @@ 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 km -ku lt lv mk ms nb nl nn pl pt pt_BR ro ru sk sl sq sv sw tn uk zu" +LANGS="af bg ca cs cy da de de_1901 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 pt_BR ro ru sk sl sq sv sw tn uk zu" DICT_DEP="app-dicts/myspell-en" for lang in ${LANGS}; do - if [[ ${lang} == de ]] ; then - DICT_DEP+=" linguas_de? ( - || ( - app-dicts/myspell-de - app-dicts/myspell-de-alt - ) - )" - else - DICT_DEP+=" linguas_${lang}? ( app-dicts/myspell-${lang/pt_BR/pt-br} )" - fi + DICT_DEP+=" linguas_${lang}? ( app-dicts/myspell-${lang/pt_BR/pt-br} )" IUSE+=" linguas_${lang}" done PDEPEND="${DICT_DEP}" |