From 83f91944de42fdfbb5c0c9d5f8565629e72374f2 Mon Sep 17 00:00:00 2001 From: q66 Date: Sat, 11 Jan 2020 22:33:52 +0100 Subject: [PATCH] scaleway-cli: broken on ppc* --- srcpkgs/scaleway-cli/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/scaleway-cli/template b/srcpkgs/scaleway-cli/template index 4172d68b0de..73af465c6fa 100644 --- a/srcpkgs/scaleway-cli/template +++ b/srcpkgs/scaleway-cli/template @@ -12,6 +12,10 @@ homepage="https://github.com/scaleway/scaleway-cli" distfiles="https://github.com/scaleway/scaleway-cli/archive/v${version}.tar.gz" checksum=4c50725be7bebdab17b8ef77acd230525e773631fef4051979f8ff91c86bebf8 +case "$XBPS_TARGET_MACHINE" in + ppc*) broken="github.com/creack/goselect/fdset.go:14:14: undefined: NFDBITS" +esac + post_install() { vinstall contrib/completion/bash/scw.bash 0644 usr/share/bash-completion/completions vinstall contrib/completion/zsh/_scw 0644 usr/share/zsh/site-functions