app-admin/keepass: fix sandbox violation with mono-5

Closes: https://bugs.gentoo.org/659808
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Michael Palimaka <kensington@gentoo.org>
This commit is contained in:
Alessandro Di Federico
2018-11-09 00:20:38 +11:00
committed by Michael Palimaka
parent e6785ffa02
commit 351c87e04a

View File

@@ -41,6 +41,8 @@ src_prepare() {
}
src_compile() {
export MONO_REGISTRY_PATH=/dev/null # bug 659808
# Build with Release target
xbuild /target:KeePass /property:Configuration=Release || die