commit: 3c55cc97853438a8ce899871bd88c3306ff7c1a7
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 4 12:54:17 2014 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Dec 4 12:54:17 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3c55cc97
[eclass] Make it possible to use kde-apps/kde-l10n instead of kde-base/kde-l10n
---
eclass/kde4-base.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index e9df3d1..86ca5f2 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -346,7 +346,7 @@ if [[ ${KDEBASE} != "kde-base" && -n ${KDE_LINGUAS} ]]; then
# this can't be done on one line because if user doesn't use
any localisation
# then he is probably not interested in kde-l10n at all.
kderdepend+="
- linguas_${_lingua}? ( $(add_kdebase_dep kde-l10n
"linguas_${_lingua}(+)") )
+ linguas_${_lingua}? ( || (
kde-apps/kde-l10n[linguas_${_lingua}(+)] $(add_kdebase_dep kde-l10n
"linguas_${_lingua}(+)") ) )
"
done
unset _lingua