diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-12-13 16:02:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-12-13 16:02:13 +0000 |
commit | 8457985d612531269ceca5b651073448f435f7e7 (patch) | |
tree | 72dcf5c661366e169cc11e30b7a0a683fbac6d46 /testing/linux-scst | |
parent | da49ad32c469ea4e9426a6ac6d8c2e1db97edda6 (diff) | |
download | aports-8457985d612531269ceca5b651073448f435f7e7.tar.bz2 aports-8457985d612531269ceca5b651073448f435f7e7.tar.xz |
testing/*: add arch
Diffstat (limited to 'testing/linux-scst')
-rw-r--r-- | testing/linux-scst/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/linux-scst/APKBUILD b/testing/linux-scst/APKBUILD index bbcd830c7..7b7dcb38c 100644 --- a/testing/linux-scst/APKBUILD +++ b/testing/linux-scst/APKBUILD @@ -19,6 +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" license="GPL-2" _abi_release=${pkgver}-${_flavor} |