commit: c3863cdaa501dd8a64f51f1c4663f80b73fcf5a3
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 12 17:49:00 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Oct 12 17:49:00 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c3863cda
[eclass] Enable linguas for Plasma 5.
---
eclass/kde5.eclass | 2 ++
1 file changed, 2 insertions(+)
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 9f94486..6c67803 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -80,6 +80,8 @@ fi
# the LINGUAS environment variable.
if [[ ${CATEGORY} = kde-frameworks ]]; then
: ${KDE_NLS:=true}
+elif [[ ${CATEGORY} = kde-base ]]; then
+ : ${KDE_NLS:=true}
else
: ${KDE_NLS:=false}
fi