commit:     7aa753982a5a7a740fd32cc35479ea341a10c823
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 18 16:21:35 2025 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Oct 18 16:21:52 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aa75398

sys-process/below: use system libzstd

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 .../below/{below-0.11.0.ebuild => below-0.11.0-r1.ebuild}        | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/sys-process/below/below-0.11.0.ebuild 
b/sys-process/below/below-0.11.0-r1.ebuild
similarity index 98%
rename from sys-process/below/below-0.11.0.ebuild
rename to sys-process/below/below-0.11.0-r1.ebuild
index 613bc09ffaf1..0f8883bae4f1 100644
--- a/sys-process/below/below-0.11.0.ebuild
+++ b/sys-process/below/below-0.11.0-r1.ebuild
@@ -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

Reply via email to