diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-05-18 08:41:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-05-18 08:42:02 +0000 |
commit | fdf83f60e0c5ff7dc906e15e890ac24f4827abc0 (patch) | |
tree | 88c8bdcd60ed4349917a8a7df0b1923bd1ff93fa /testing | |
parent | 7c5cc2bb713bce3563b2a8f5857e874bb365eac8 (diff) | |
download | aports-fdf83f60e0c5ff7dc906e15e890ac24f4827abc0.tar.bz2 aports-fdf83f60e0c5ff7dc906e15e890ac24f4827abc0.tar.xz |
testing/linux-grsec: disable x86_64 for now
fails to build
Diffstat (limited to 'testing')
-rw-r--r-- | testing/linux-grsec/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/linux-grsec/APKBUILD b/testing/linux-grsec/APKBUILD index cecf3dfeb4..d5d10502eb 100644 --- a/testing/linux-grsec/APKBUILD +++ b/testing/linux-grsec/APKBUILD @@ -23,7 +23,7 @@ source="ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-$_kernver.tar.bz2 kernelconfig.x86_64 " subpackages="$pkgname-dev" -arch="x86 x86_64 arm" +arch="x86 arm" license="GPL-2" _abi_release=${pkgver}-${_flavor} |