From 55ebe0526def2fc3b19bb8a434b9986772be73e2 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 28 Jan 2015 16:54:10 +0100 Subject: [PATCH] chromium: reenable x86_64 build; the real (unrelated) issue has been fixed. --- srcpkgs/chromium/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template index eed2a07dce..604c061216 100644 --- a/srcpkgs/chromium/template +++ b/srcpkgs/chromium/template @@ -29,7 +29,7 @@ case "$XBPS_MACHINE" in x86_64) hostmakedepends+=" ca-certificates gcc-c++-multilib";; esac case "$XBPS_TARGET_MACHINE" in - x86_64|armv6l*) broken="http://build.voidlinux.eu:8010/builders/armv6l_builder/builds/8050/steps/shell_3/logs/stdio";; + armv6l*) broken="http://build.voidlinux.eu:8010/builders/armv6l_builder/builds/8050/steps/shell_3/logs/stdio";; esac pre_configure() {