commit: 351c87e04aeb51bf723a4c323967baa33cfa9935 Author: Alessandro Di Federico <ale <AT> clearmind <DOT> me> AuthorDate: Thu Nov 8 13:20:38 2018 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Thu Nov 8 13:22:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=351c87e0
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 <AT> gentoo.org> app-admin/keepass/keepass-2.40-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-admin/keepass/keepass-2.40-r1.ebuild b/app-admin/keepass/keepass-2.40-r1.ebuild index 2e9012f8220..ef34df76c0b 100644 --- a/app-admin/keepass/keepass-2.40-r1.ebuild +++ b/app-admin/keepass/keepass-2.40-r1.ebuild @@ -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
