linux3.8: restrict builds to x86.

This commit is contained in:
Juan RP 2013-05-08 09:34:51 +02:00
parent 6bb689d8a5
commit 6bb21d7833
1 changed files with 1 additions and 0 deletions

View File

@ -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}"