From e0713cdfc91875269272c809f7d7f4b68256e1cf Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Tue, 20 Oct 2015 15:09:55 +0000 Subject: [PATCH] Fix ONLY_FOR_ARCHS spelling. Submitted by: Mikael Urankar (maintainer) Approved by: bdrewery (mentor) --- misc/raspberrypi-userland/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/raspberrypi-userland/Makefile b/misc/raspberrypi-userland/Makefile index 8326b930737c..f6d7f36a876c 100644 --- a/misc/raspberrypi-userland/Makefile +++ b/misc/raspberrypi-userland/Makefile @@ -10,7 +10,7 @@ COMMENT= Various libraries for the Raspberry Pi LICENSE= BSD3CLAUSE -ONLY_FOR_ARCH= armv6 +ONLY_FOR_ARCHS= armv6 CONFLICTS_INSTALL= libglesv2 libEGL