diff options
author | Timo Teräs <timo.teras@iki.fi> | 2014-12-05 09:19:08 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2014-12-05 09:19:08 +0200 |
commit | d32e71e2c863ff7b3c95f2acf96fd104ab85dc2b (patch) | |
tree | 08f98d15255b74b5b7195c0ab57585788f7636ae | |
parent | 6e418663d17d23986d21823f9c31f14baa16eb9d (diff) | |
download | aports-d32e71e2c863ff7b3c95f2acf96fd104ab85dc2b.tar.bz2 aports-d32e71e2c863ff7b3c95f2acf96fd104ab85dc2b.tar.xz |
main/xf86-input-vmmouse: do not build on arm
-rw-r--r-- | main/xf86-input-vmmouse/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/xf86-input-vmmouse/APKBUILD b/main/xf86-input-vmmouse/APKBUILD index 66967be570..27d034636d 100644 --- a/main/xf86-input-vmmouse/APKBUILD +++ b/main/xf86-input-vmmouse/APKBUILD @@ -4,7 +4,7 @@ pkgver=13.0.0 pkgrel=3 pkgdesc="X.org VMware mouse input driver" url="http://xorg.freedesktop.org/" -arch="all" +arch="x86 x86_64" license="custom" subpackages="$pkgname-doc" depends= |