From 89d8823223cd5eff17e0d9a037e11effac527822 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Thu, 21 May 2009 16:02:04 +0200 Subject: [eclasses] Enable all linguas if LINGUAS variable is unset. --- eclass/kde4-functions.eclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'eclass/kde4-functions.eclass') diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass index b33f649f2bc..740c580d48e 100644 --- a/eclass/kde4-functions.eclass +++ b/eclass/kde4-functions.eclass @@ -122,6 +122,8 @@ done enable_selected_linguas() { local lingua sr_mess wp + # if there is no lingas defined we enable everything + [[ ${LINGUAS:?"FALSE"} = FALSE ]] && return # ebuild overridable linguas directory definition KDE_LINGUAS_DIR=${KDE_LINGUAS_DIR:="${S}/po"} cd "${KDE_LINGUAS_DIR}" || die "wrong linguas dir specified" -- cgit v1.2.3