mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
sci-electronics/verilator: depend on app-arch/lz4 for FST tracing
Verilator FST waveform tracing links liblz4, seen in verilated.mk under VM_TRACE_FST, but RDEPEND declared only zlib. On a clean image FST traced models fail to link, breaking the verilator FST tests in sci-electronics/circt. Closes: https://bugs.gentoo.org/978769 Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
@@ -30,6 +30,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
RDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
dev-lang/perl
|
||||
app-arch/lz4:=
|
||||
virtual/zlib:=
|
||||
"
|
||||
|
||||
@@ -30,6 +30,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
RDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
dev-lang/perl
|
||||
app-arch/lz4:=
|
||||
virtual/zlib:=
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user