delve: break on ppc

[ci skip]
This commit is contained in:
q66 2019-02-24 19:19:45 +01:00 committed by maxice8
parent d52f934ef4
commit 29ebfdff6e
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ distfiles="https://github.com/go-delve/delve/archive/v${version}.tar.gz"
checksum=eebf6cd9647a2c3987fd38e8dd6e0e968ff41300cab20dc178a789a77b92627d
case "$XBPS_TARGET_MACHINE" in
i686*|arm*|aarch64*) broken=yes ;;
i686*|arm*|aarch64*|ppc*) broken=yes ;;
esac
post_install() {