From 9e0070b1256e729154a67f83834b0fe68607262a Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.eu>
Date: Tue, 16 Jun 2015 12:55:18 +0200
Subject: [PATCH] vboot-utils: typofix

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

diff --git a/srcpkgs/vboot-utils/template b/srcpkgs/vboot-utils/template
index 7c1aefa1bf3..98b5044672d 100644
--- a/srcpkgs/vboot-utils/template
+++ b/srcpkgs/vboot-utils/template
@@ -14,7 +14,7 @@ distfiles="$homepage/+archive/refs/heads/release-R${version//./-}.B.tar.gz"
 checksum=67be2192c7db1e11d652a62d1472190764e336c758feb8db912b42d2cab70965
 CFLAGS=-D_GNU_SOURCE
 make_install_args="MINIMAL=1"
-only_on_arch="x86_64"
+only_for_archs=="x86_64"
 
 do_fetch() {
 	git clone https://chromium.googlesource.com/chromiumos/platform/vboot_reference.git $pkgname-$version || true