commit: 75391f0ce1d6c44f7288e8a059bb2b1b39743c04 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org> AuthorDate: Thu Nov 26 03:26:05 2020 +0000 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org> CommitDate: Thu Nov 26 03:26:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75391f0c
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 <AT> gentoo.org> 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 92f8ae71990..0056a2c4872 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
