aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-12-15 15:03:53 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-12-15 15:04:36 +0000
commit0ebc66fc038e47f264bd9dc83bb05128ca069255 (patch)
treebba031ef55ea8d78f3e97b3e37861a33542e7ebf
parent77775794902ac65c5cf3e760747728e09719c117 (diff)
downloadalpine_aports-0ebc66fc038e47f264bd9dc83bb05128ca069255.tar.bz2
alpine_aports-0ebc66fc038e47f264bd9dc83bb05128ca069255.tar.xz
alpine_aports-0ebc66fc038e47f264bd9dc83bb05128ca069255.zip
testing/linux-scst: x86 only
-rw-r--r--testing/linux-scst/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/linux-scst/APKBUILD b/testing/linux-scst/APKBUILD
index 7b7dcb38c1..0b16031504 100644
--- a/testing/linux-scst/APKBUILD
+++ b/testing/linux-scst/APKBUILD
@@ -19,7 +19,7 @@ source="ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-$pkgver.tar.bz2
19# no need to patch now 19# no need to patch now
20#ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-$pkgver.bz2 20#ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-$pkgver.bz2
21subpackages="$pkgname-dev" 21subpackages="$pkgname-dev"
22arch="x86 x86_64" 22arch="x86"
23license="GPL-2" 23license="GPL-2"
24 24
25_abi_release=${pkgver}-${_flavor} 25_abi_release=${pkgver}-${_flavor}