From 6bb21d7833852b8397709a9b296c0d9ded51efde Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 8 May 2013 09:34:51 +0200 Subject: [PATCH] linux3.8: restrict builds to x86. --- srcpkgs/linux3.8/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/linux3.8/template b/srcpkgs/linux3.8/template index fb2cf6b842a..5692936d21b 100644 --- a/srcpkgs/linux3.8/template +++ b/srcpkgs/linux3.8/template @@ -11,6 +11,7 @@ short_desc="The Linux kernel and modules (3.8 series)" distfiles="http://www.kernel.org/pub/linux//kernel/v3.x/linux-${version}.tar.xz" checksum=bbfe2fec2777dd430840298588f56b748d04baa4ed5df3968b4c1bda59af11ee +only_for_archs="i686 x86_64" makedepends="perl kmod>=11_2 openssl which elfutils" _kernver="${version}_${revision}"