diff options
author | Tuan M. Hoang <tmhoang@flatglobe.org> | 2017-05-09 02:21:22 -0400 |
---|---|---|
committer | Shiz <hi@shiz.me> | 2017-05-10 23:39:13 +0200 |
commit | d87e1a727d860f2b1d6ecad79c1504bd77ae4325 (patch) | |
tree | 4b957177b6d03e6666bd5c0b25317250d1a329fb /community/drawterm | |
parent | 4460e31d39d712cfa3aeab0178084e8f39f05c14 (diff) | |
download | aports-d87e1a727d860f2b1d6ecad79c1504bd77ae4325.tar.bz2 aports-d87e1a727d860f2b1d6ecad79c1504bd77ae4325.tar.xz |
community/[various]: no support for s390x yet
py-opencl, R: missing dependencies community/{OpenBLAS,py-numpy}
openspecfun: missing dependency community/openlibm
llvm-libunwind: no support yet
drawterm: no support yet
caddy:
https://github.com/caddyserver/buildworker/blob/e040f51c04552896ffe33a926cd76babed902b48/buildenv.go#L239
docker: disable for now.
Currently we still cannot boot Alpine s390x natively yet, most usage are
running inside containers. Thus it is not likely we need Docker on s390x
for now.
Diffstat (limited to 'community/drawterm')
-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 f12e393f8f..d18f3b0f68 100644 --- a/community/drawterm/APKBUILD +++ b/community/drawterm/APKBUILD @@ -5,7 +5,7 @@ pkgver=20170119 pkgrel=2 pkgdesc="Connect to Plan 9 CPU servers from other operating systems" url="http://drawterm.9front.org/" -arch="all !armhf !aarch64" +arch="all !armhf !aarch64 !s390x" license="custom" depends="" options="!check" |