From 75391f0ce1d6c44f7288e8a059bb2b1b39743c04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6kt=C3=BCrk=20Y=C3=BCksek?= Date: Wed, 25 Nov 2020 22:26:05 -0500 Subject: [PATCH] app-forensics/sleuthkit: fix failure due to non-existing ivy home #756766 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/756766 Package-Manager: Portage-3.0.10, Repoman-3.0.1 Signed-off-by: Göktürk Yüksek --- app-forensics/sleuthkit/sleuthkit-4.10.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-forensics/sleuthkit/sleuthkit-4.10.1.ebuild b/app-forensics/sleuthkit/sleuthkit-4.10.1.ebuild index 92f8ae719902b..0056a2c48726c 100644 --- a/app-forensics/sleuthkit/sleuthkit-4.10.1.ebuild +++ b/app-forensics/sleuthkit/sleuthkit-4.10.1.ebuild @@ -262,6 +262,8 @@ src_compile() { } src_install() { + # Give it an existing bogus ivy home #756766 + local -x IVY_HOME="${T}" local f if use java; then