rooster: break on ppc64

[ci skip]
This commit is contained in:
q66 2019-01-27 03:50:11 +01:00 committed by maxice8
parent b0c97e50c4
commit 95e82fc7d1
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ distfiles="https://github.com/conradkdotcom/rooster/archive/v${version}.tar.gz"
checksum=b1413d220f240e9f9fc99e3be705c029a10f82e67df2858ee15ba09c3f5c1b51
case "$XBPS_TARGET_MACHINE" in
aarch64*) broken="undefined reference to rust_crypto_util_fixed_time_eq_asm https://github.com/DaGenix/rust-crypto/issues/383" ;;
aarch64*|ppc64*) broken="undefined reference to rust_crypto_util_fixed_time_eq_asm https://github.com/DaGenix/rust-crypto/issues/383" ;;
esac
post_extract() {