summaryrefslogtreecommitdiff
path: root/profiles/common
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2016-06-23 21:35:04 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2016-06-23 21:35:04 +0100
commit4a29e3eca7078284c99f3821710d6f05e0349ae9 (patch)
tree6f61222f50f3672da39c9f9343652a48481a3eed /profiles/common
parentprofiles/desktop: Mask x11-wm/enlightenment 0.16 (diff)
downloadportage-4a29e3eca7078284c99f3821710d6f05e0349ae9.tar.xz
profiles: Add support for L10N
Diffstat (limited to 'profiles/common')
-rw-r--r--profiles/common/profile.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/common/profile.bashrc b/profiles/common/profile.bashrc
index 4b26f8be..0e4b5712 100644
--- a/profiles/common/profile.bashrc
+++ b/profiles/common/profile.bashrc
@@ -96,6 +96,8 @@ function __drop-nls-locales () {
while read ; do
if has "${REPLY##*/}" ${LINGUAS} ; then
continue
+ elif has "${REPLY##*/}" ${L10N} ; then
+ continue
fi
einfo "Removing ${REPLY#${_ed}}"