mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
delve: break on ppc
[ci skip]
This commit is contained in:
parent
d52f934ef4
commit
29ebfdff6e
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue