commit: 6e06b20a8e072095d425e3b5284a7a10285751cb
Author: dsaf <ghostyn678+git <AT> gmail <DOT> com>
AuthorDate: Sun Mar 1 16:17:37 2026 +0000
Commit: dsaf <ghostyn678+git <AT> gmail <DOT> com>
CommitDate: Sun Mar 1 17:16:07 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e06b20a
dev-python/pyrefly: use system zstd
Signed-off-by: dsaf <ghostyn678+git <AT> gmail.com>
dev-python/pyrefly/pyrefly-0.54.0.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/dev-python/pyrefly/pyrefly-0.54.0.ebuild
b/dev-python/pyrefly/pyrefly-0.54.0.ebuild
index f1d603ece1..0bb4d5913b 100644
--- a/dev-python/pyrefly/pyrefly-0.54.0.ebuild
+++ b/dev-python/pyrefly/pyrefly-0.54.0.ebuild
@@ -461,7 +461,8 @@ LICENSE+="
SLOT="0"
KEYWORDS="~amd64"
-QA_FLAGS_IGNORED="usr/bin/.*"
+DEPEND="app-arch/zstd:="
+RDEPEND="${DEPEND}"
src_unpack() {
pypi_src_unpack
@@ -485,5 +486,8 @@ src_configure() {
# Requires nightly
export RUSTC_BOOTSTRAP=1
+ # zstd-sys https://wiki.gentoo.org/wiki/Project:Rust/sys_crates#zstd-sys
+ export ZSTD_SYS_USE_PKG_CONFIG=1
+
cargo_src_configure
}