diff options
author | Peter Volkov <pva@gentoo.org> | 2009-12-22 14:47:38 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-12-22 14:47:38 +0000 |
commit | 4c8748496639c1fe1aad3dffd7436883861e4ea3 (patch) | |
tree | 3893a186a4bcddf4bc1369e66a808848bf6a6d18 /app-text/aspell/aspell-0.60.6-r1.ebuild | |
parent | I have stopped entertaining the notion that the 2.6.28-r1 linux-headers are u... (diff) | |
download | gentoo-2-4c8748496639c1fe1aad3dffd7436883861e4ea3.tar.gz gentoo-2-4c8748496639c1fe1aad3dffd7436883861e4ea3.tar.bz2 gentoo-2-4c8748496639c1fe1aad3dffd7436883861e4ea3.zip |
Added alternative for lang=de, bug #297400 thank Ulrich Müller for report.
(Portage version: 2.1.7.15/cvs/Linux x86_64)
Diffstat (limited to 'app-text/aspell/aspell-0.60.6-r1.ebuild')
-rw-r--r-- | app-text/aspell/aspell-0.60.6-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-text/aspell/aspell-0.60.6-r1.ebuild b/app-text/aspell/aspell-0.60.6-r1.ebuild index 265474dd712d..91db296ae771 100644 --- a/app-text/aspell/aspell-0.60.6-r1.ebuild +++ b/app-text/aspell/aspell-0.60.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.6-r1.ebuild,v 1.1 2009/03/03 09:04:23 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.6-r1.ebuild,v 1.2 2009/12/22 14:47:38 pva Exp $ # N.B. This is before inherit of autotools, as autotools.eclass adds the # relevant dependencies to DEPEND. @@ -27,6 +27,8 @@ for l in \ "hr" "is" "it" "nl" "no" "pl" "pt" "ro" \ "ru" "sk" "sl" "sr" "sv" "uk" "vi"; do dep="linguas_${l}? ( app-dicts/aspell-${l} )" + [[ ${l} = "de" ]] && + dep="linguas_de? ( || ( app-dicts/aspell-de app-dicts/aspell-de-alt ) )" [[ -z ${PDEPEND} ]] && PDEPEND="${dep}" || PDEPEND="${PDEPEND} |