From 1d2a6610cdb0316c4e096f237806140b459bdfaf Mon Sep 17 00:00:00 2001 From: q66 Date: Sun, 25 Sep 2022 15:21:48 +0000 Subject: [PATCH] maturin: broken on ppc32 --- srcpkgs/maturin/template | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template index d9c4164cf7e..1f726666eb3 100644 --- a/srcpkgs/maturin/template +++ b/srcpkgs/maturin/template @@ -23,6 +23,13 @@ if [ "$CROSS_BUILD" ]; then makedepends+=" rust-std" fi +case "$XBPS_TARGET_MACHINE" in + ppc64*) ;; + ppc*) + broken="https://github.com/console-rs/indicatif/blob/main/src/state.rs#L2" + ;; +esac + post_extract() { mv ../target-lexicon* target-lexicon echo "[patch.crates-io]" >> Cargo.toml