From d330ce2803825ab2764d4009b36b8faf16c2925d Mon Sep 17 00:00:00 2001 From: Göktürk Yüksek Date: Thu, 29 Nov 2018 12:59:44 -0500 Subject: app-forensics/sleuthkit: fix failure due to non-existing ivy home #672220 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- app-forensics/sleuthkit/sleuthkit-4.6.4.ebuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app-forensics') 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 -- cgit v1.2.3-18-g5258