From 66847383368e61dac973465903f45d18a13ad4dc Mon Sep 17 00:00:00 2001 From: "Andreas K. Huettel" Date: Wed, 6 Apr 2011 12:34:00 +0200 Subject: [eclass] Add linguas exception for kdepim-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 0aa6c28f050..998f2b2d564 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -736,7 +736,7 @@ kde4-base_src_prepare() { # kdelibs inherits kde4-base but handle installing the handbook itself if ! has kde4-meta ${INHERITED} && has handbook ${IUSE//+}; then if [[ ${KDEBASE} == kde-base ]]; then - if [[ ${PN} != kde-l10n && ${PN} != kdelibs ]] && use !handbook; then + if [[ ${PN} != kde-l10n && ${PN} != kdepim-l10n && ${PN} != kdelibs ]] && use !handbook; then # documentation in kde4-functions : ${KDE_DOC_DIRS:=doc} local dir -- cgit v1.2.3