commit:     d330ce2803825ab2764d4009b36b8faf16c2925d
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 29 17:59:44 2018 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Thu Nov 29 18:00:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d330ce28

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

We do not need ivy because the dependency management is done in the
ebuild. However, the build fails without an existing ivy home. Set it
to ${T} to fix the issue.

Closes: https://bugs.gentoo.org/672220
Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-forensics/sleuthkit/sleuthkit-4.6.4.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-forensics/sleuthkit/sleuthkit-4.6.4.ebuild 
b/app-forensics/sleuthkit/sleuthkit-4.6.4.ebuild
index 2ec1f680ac4..93c16837715 100644
--- a/app-forensics/sleuthkit/sleuthkit-4.6.4.ebuild
+++ b/app-forensics/sleuthkit/sleuthkit-4.6.4.ebuild
@@ -199,6 +199,9 @@ src_configure() {
 }
 
 src_compile() {
+       # Give it an existing bogus ivy home #672220
+       local -x IVY_HOME="${T}"
+
        # Create symlinks of jars for the required dependencies
        if use java; then
                pushd "${S}"/bindings/java &>/dev/null || die

Reply via email to