From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 211A91382C5 for ; Thu, 26 Nov 2020 03:26:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24505E086C; Thu, 26 Nov 2020 03:26:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B145CE086C for ; Thu, 26 Nov 2020 03:26:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6CBFC340D77 for ; Thu, 26 Nov 2020 03:26:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF88B3FB for ; Thu, 26 Nov 2020 03:26:48 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1606361165.75391f0ce1d6c44f7288e8a059bb2b1b39743c04.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/sleuthkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-forensics/sleuthkit/sleuthkit-4.10.1.ebuild X-VCS-Directories: app-forensics/sleuthkit/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: 75391f0ce1d6c44f7288e8a059bb2b1b39743c04 X-VCS-Branch: master Date: Thu, 26 Nov 2020 03:26:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 03b47d73-8027-4235-97c7-ec7329856274 X-Archives-Hash: be66ef4aa78d6339047b8d3f0c4be53a commit: 75391f0ce1d6c44f7288e8a059bb2b1b39743c04 Author: Göktürk Yüksek gentoo org> AuthorDate: Thu Nov 26 03:26:05 2020 +0000 Commit: Göktürk Yüksek gentoo 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 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