keybase-desktop: broken on i686 for now

This commit is contained in:
Toyam Cox 2019-03-27 19:05:03 -04:00
parent 48929ee705
commit eaefd681aa
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ nostrip_files="Keybase"
case "${XBPS_TARGET_MACHINE}" in
x86_64*) _target="x64";;
i686*) _target="ia32";;
# i686*) _target="ia32";;
*) broken="This architecture is not currently supported by Keybase's Electron builds";;
esac