diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2020-11-25 22:26:05 -0500 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2020-11-25 22:26:05 -0500 |
commit | 75391f0ce1d6c44f7288e8a059bb2b1b39743c04 (patch) | |
tree | a99b2cd3f909119bf353871da7f3ab54a52e34e1 /app-forensics | |
parent | app-crypt/veracrypt: remove old (diff) | |
download | gentoo-75391f0ce1d6c44f7288e8a059bb2b1b39743c04.tar.gz gentoo-75391f0ce1d6c44f7288e8a059bb2b1b39743c04.tar.bz2 gentoo-75391f0ce1d6c44f7288e8a059bb2b1b39743c04.zip |
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>
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/sleuthkit/sleuthkit-4.10.1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-forensics/sleuthkit/sleuthkit-4.10.1.ebuild b/app-forensics/sleuthkit/sleuthkit-4.10.1.ebuild index 92f8ae719902..0056a2c48726 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 |