Skip to content

Commit

Permalink
app-admin/keepass: force LANG=C
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/704358
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Michael Palimaka <[email protected]>
  • Loading branch information
kensington committed Apr 20, 2021
1 parent f206ad5 commit cd0e7ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app-admin/keepass/keepass-2.47.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ src_prepare() {
src_compile() {
export MONO_REGISTRY_PATH=/dev/null # bug 659808

# bug 704358
export LANG=C LC_ALL=C

# Build with Release target
xbuild /target:KeePass /property:Configuration=Release || die

Expand Down

0 comments on commit cd0e7ca

Please sign in to comment.