mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
bettercap: mark as broken on i686 as well
This commit is contained in:
parent
7127e2dd73
commit
0261f56077
1 changed files with 1 additions and 1 deletions
|
@ -14,5 +14,5 @@ distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=4684008ede40ec1673a8371ec6dce5484732d5d459ed308e9c882975b7996904
|
checksum=4684008ede40ec1673a8371ec6dce5484732d5d459ed308e9c882975b7996904
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64-musl) broken="fails to build" ;;
|
x86_64-musl|i686) broken="fails to build" ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue