diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-19 17:23:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-19 17:23:01 +0000 |
commit | 888fb3067fcac952a127d475b05e0dc84e38c39d (patch) | |
tree | a1df343e3365a0ccdd772456473db6d32501f2b9 /testing/drawterm | |
parent | 637fcee9ad241da02595043ebe208a165bd0c506 (diff) | |
download | aports-888fb3067fcac952a127d475b05e0dc84e38c39d.tar.bz2 aports-888fb3067fcac952a127d475b05e0dc84e38c39d.tar.xz |
testing/drawterm: disable on armhf
Diffstat (limited to 'testing/drawterm')
-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" |