diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-04-22 11:42:10 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-04-22 14:16:44 +0200 |
commit | da0db2dd1bbb57cc4dfd3ca1aa6bc2feda6f45c3 (patch) | |
tree | 27ac843fdfce6219e7c0747674aac6175ebec124 /community/drawterm/APKBUILD | |
parent | 0c645fa5548bc011a7c31fec393ab6db4b819954 (diff) | |
download | aports-da0db2dd1bbb57cc4dfd3ca1aa6bc2feda6f45c3.tar.bz2 aports-da0db2dd1bbb57cc4dfd3ca1aa6bc2feda6f45c3.tar.xz |
community/drawterm: enable on aarch64
Diffstat (limited to 'community/drawterm/APKBUILD')
-rw-r--r-- | community/drawterm/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/drawterm/APKBUILD b/community/drawterm/APKBUILD index c48a4ad561..87b64ef43e 100644 --- a/community/drawterm/APKBUILD +++ b/community/drawterm/APKBUILD @@ -5,7 +5,7 @@ pkgver=0_hg20200421 pkgrel=0 pkgdesc="Connect to Plan 9 CPU servers from other operating systems" url="http://drawterm.9front.org/" -arch="all !armhf !armv7 !aarch64 !s390x !mips !mips64" +arch="all !armhf !armv7 !s390x !mips !mips64" license="LPL-1.02" options="!check" # upstream does not have a test suite makedepends="linux-headers libx11-dev libxt-dev" |