From eaefd681aa28559ace91c7b3ce82ad0e45d92291 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Wed, 27 Mar 2019 19:05:03 -0400 Subject: [PATCH] keybase-desktop: broken on i686 for now --- srcpkgs/keybase-desktop/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/keybase-desktop/template b/srcpkgs/keybase-desktop/template index 71562417707..4467cb9b172 100644 --- a/srcpkgs/keybase-desktop/template +++ b/srcpkgs/keybase-desktop/template @@ -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