From f4f4763003913e61d74ba5b282a1f43301138888 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 24 Mar 2014 18:13:39 +0100 Subject: [PATCH] libva: only for x86. --- srcpkgs/libva/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/libva/template b/srcpkgs/libva/template index 8e270233117..610722a0fe7 100644 --- a/srcpkgs/libva/template +++ b/srcpkgs/libva/template @@ -3,6 +3,7 @@ pkgname=libva _distver=1.3.0 version=1:${_distver} revision=1 +only_for_archs="i686 x86_64" wrksrc="${pkgname}-${_distver}" build_style=gnu-configure configure_args="--disable-static"