app-forensics/sleuthkit: fix failure due to non-existing ivy home #756766

Closes: https://bugs.gentoo.org/756766
Package-Manager: Portage-3.0.10, Repoman-3.0.1
Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
This commit is contained in:
Göktürk Yüksek 2020-11-25 22:26:05 -05:00
parent e0c8532e4a
commit 75391f0ce1
No known key found for this signature in database
GPG Key ID: 604B9FFDB7C65507
1 changed files with 2 additions and 0 deletions

View File

@ -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