mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-process/below: use system libzstd
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
@@ -286,8 +286,9 @@ BDEPEND="
|
||||
virtual/pkgconfig
|
||||
"
|
||||
RDEPEND="
|
||||
virtual/libelf
|
||||
app-arch/zstd:=
|
||||
sys-libs/zlib
|
||||
virtual/libelf:=
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
@@ -296,6 +297,12 @@ DEPEND="
|
||||
|
||||
QA_FLAGS_IGNORED="usr/bin/below"
|
||||
|
||||
src_configure() {
|
||||
export ZSTD_SYS_USE_PKG_CONFIG=1
|
||||
|
||||
cargo_src_configure
|
||||
}
|
||||
|
||||
src_test() {
|
||||
local skip=(
|
||||
--skip disable_disk_stat
|
||||
Reference in New Issue
Block a user