mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Michael Palimaka
parent
e6785ffa02
commit
351c87e04a
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user