diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-12-29 09:40:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-12-29 09:40:47 +0000 |
commit | c98d2c856a45c968ed7cb60ef354b4913bc12565 (patch) | |
tree | e33554449cde273c08837f897a2f1328d315f5b4 /testing/xen | |
parent | 68510ff1f87b75a0f5b10ba9121431e2900b9f63 (diff) | |
download | aports-c98d2c856a45c968ed7cb60ef354b4913bc12565.tar.bz2 aports-c98d2c856a45c968ed7cb60ef354b4913bc12565.tar.xz |
testing/xen: do not support x86 for now
Diffstat (limited to 'testing/xen')
-rw-r--r-- | testing/xen/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/xen/APKBUILD b/testing/xen/APKBUILD index 86eb067706..1986df83a7 100644 --- a/testing/xen/APKBUILD +++ b/testing/xen/APKBUILD @@ -19,7 +19,7 @@ source="http://bits.xensource.com/oss-xen/release/$pkgver/$pkgname-$pkgver.tar.g xen-dont-use-lib64.patch xend.initd xendomains.initd" -arch="x86 x86_64" +arch="x86_64" _builddir="$srcdir"/$pkgname-$pkgver |