From 1380bcfddf99068e06a960c416a0bbc97afea2a4 Mon Sep 17 00:00:00 2001 From: q66 Date: Sat, 22 Feb 2020 05:12:30 +0100 Subject: [PATCH] starship: no more broken on ppc-musl --- srcpkgs/starship/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template index 4ca9e3830e..2c00a545f3 100644 --- a/srcpkgs/starship/template +++ b/srcpkgs/starship/template @@ -13,10 +13,6 @@ homepage="https://starship.rs" distfiles="https://github.com/starship/starship/archive/v${version}.tar.gz" checksum=22b4bf8bfe45d492d69433942e02731b141091f11b03860cb02d21f4f2431285 -case "$XBPS_TARGET_MACHINE" in - ppc-musl) broken="rustc sigsegv";; -esac - pre_build() { vsed -i '/reqwest =/s/, "rustls-tls"//' Cargo.toml cargo update