From b3329ed67a20b00fdb630ff29f0da1249b96e243 Mon Sep 17 00:00:00 2001 From: q66 Date: Fri, 1 Jul 2022 17:19:28 +0200 Subject: [PATCH] sigi: broken on ppc64 BE because of rustix junk --- srcpkgs/sigi/template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/srcpkgs/sigi/template b/srcpkgs/sigi/template index e7651b6d4de..fd42f7fa00d 100644 --- a/srcpkgs/sigi/template +++ b/srcpkgs/sigi/template @@ -10,6 +10,11 @@ homepage="https://github.com/hiljusti/sigi" distfiles="https://crates.io/api/v1/crates/sigi/${version}/download>sigi-${version}.tar.gz" checksum=81f1171495ca53246df1f271e7bc631454e94c8294b95e277f29136572bef6ad +case "$XBPS_TARGET_MACHINE" in + ppc64le*) ;; + ppc64*) broken="some rustix junk";; +esac + post_install() { vman sigi.1 }