Add LC_ALL=en_US.UTF-8 to paludis bashrc

This fixes building of some python packages which don't
properly initialize their environment.
This commit is contained in:
Julian Ospald 2015-12-09 17:44:42 +00:00
parent da696cb4f8
commit aff74a3021
1 changed files with 1 additions and 0 deletions

1
bashrc
View File

@ -4,6 +4,7 @@ CFLAGS="-O2 -pipe -Wall"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
MAKEOPTS="${MAKEOPTS:--j$(nproc 2>/dev/null || echo '1')}"
LC_ALL="en_US.UTF-8"
# toolchain/gcc
I_KNOW_WHAT_I_AM_DOING="yes"