diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2016-05-08 21:47:53 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2016-05-08 21:47:53 +0100 |
commit | 934251d7d347240efe8283733c1dfcd1b88a1d3a (patch) | |
tree | 45e43b76b29da796ed5289768d226d430341c941 /profiles/common | |
parent | profiles/common: Bump app-crypt/gnupg keyword (diff) | |
download | portage-934251d7d347240efe8283733c1dfcd1b88a1d3a.tar.xz |
profiles/common: Drop LINGUAS and LANG for media-video/mplayer
Diffstat (limited to 'profiles/common')
-rw-r--r-- | profiles/common/profile.bashrc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/profiles/common/profile.bashrc b/profiles/common/profile.bashrc index f64a055b..a6bf4336 100644 --- a/profiles/common/profile.bashrc +++ b/profiles/common/profile.bashrc @@ -279,4 +279,13 @@ function pre_pkg_preinst () { __restore_bash_options } +function pre_src_configure () { + if [[ ${CATEGORY}/${PN} == media-video/mplayer ]] ; then + einfo "Unsetting LINGUAS LANG" + unset LINGUAS LANG + fi + + return 0 +} + # vim: syntax=sh |