summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGöktürk Yüksek <gokturk@gentoo.org>2018-11-29 12:59:44 -0500
committerGöktürk Yüksek <gokturk@gentoo.org>2018-11-29 13:00:07 -0500
commitd330ce2803825ab2764d4009b36b8faf16c2925d (patch)
tree2f8911d0ef1970f6d492f1f74151371ba0293d87 /app-forensics/sleuthkit/sleuthkit-4.6.4.ebuild
parentnet-misc/whois: Drop old (diff)
downloadgentoo-d330ce2803825ab2764d4009b36b8faf16c2925d.tar.gz
gentoo-d330ce2803825ab2764d4009b36b8faf16c2925d.tar.bz2
gentoo-d330ce2803825ab2764d4009b36b8faf16c2925d.zip
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@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-forensics/sleuthkit/sleuthkit-4.6.4.ebuild')
-rw-r--r--app-forensics/sleuthkit/sleuthkit-4.6.4.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/app-forensics/sleuthkit/sleuthkit-4.6.4.ebuild b/app-forensics/sleuthkit/sleuthkit-4.6.4.ebuild
index 2ec1f680ac4c..93c168377156 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