From a963fbf8f6cb7dea5c6235d382e7b9fb07e71211 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= <pullmoll@t-online.de>
Date: Sat, 5 Dec 2015 16:01:14 +0100
Subject: [PATCH] chromium: fix case for broken=

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

diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template
index b065845715a..b3fb39b8931 100644
--- a/srcpkgs/chromium/template
+++ b/srcpkgs/chromium/template
@@ -14,7 +14,7 @@ only_for_archs="i686 i686-musl x86_64 x86_64-musl"
 lib32disabled=yes
 nodebug=yes
 
-case "$XBPS_ARCH" in
+case "$XBPS_TARGET_MACHINE" in
 	i686) broken=http://build.voidlinux.eu/builders/i686_builder/builds/18981/steps/shell_3/logs/stdio
 esac