diff options
-rw-r--r-- | testing/drawterm/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/drawterm/APKBUILD b/testing/drawterm/APKBUILD index ac11103638..bc0fbc3e0c 100644 --- a/testing/drawterm/APKBUILD +++ b/testing/drawterm/APKBUILD @@ -5,7 +5,7 @@ pkgver=20161016 pkgrel=0 pkgdesc="Connect to Plan 9 CPU servers from other operating systems" url="http://drawterm.9front.org/" -arch="all" +arch="all !armhf" license="Lucent Public License" depends="" makedepends="linux-headers libx11-dev libxt-dev" |