diff options
-rw-r--r-- | testing/linux-scst/APKBUILD | 2 |
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 # no need to patch now #ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-$pkgver.bz2 subpackages="$pkgname-dev" -arch="x86 x86_64" +arch="x86" license="GPL-2" _abi_release=${pkgver}-${_flavor} |