mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user