From ad19959e11a62df8d95bed08cdfe583200f700c5 Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@voidlinux.eu>
Date: Sun, 20 Sep 2015 08:19:16 +0200
Subject: [PATCH] chromium: only build for x86.

---
 srcpkgs/chromium/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template
index 299abdd260..19164624f0 100644
--- a/srcpkgs/chromium/template
+++ b/srcpkgs/chromium/template
@@ -10,6 +10,7 @@ license="BSD"
 distfiles="https://commondatastorage.googleapis.com/${pkgname}-browser-official/${pkgname}-${version}.tar.xz"
 checksum=0652aad95e6135ce03c6bfa13c4b023b1d70d65af9e0a24dc0e9fe45578d2ac7
 
+only_for_archs="i686 i686-musl x86_64 x86_64-musl"
 lib32disabled=yes
 nodebug=yes