diff options
author | Breno Leitao <breno.leitao@gmail.com> | 2017-05-09 16:10:18 +0000 |
---|---|---|
committer | Breno Leitao <breno.leitao@gmail.com> | 2017-05-09 16:15:47 +0000 |
commit | 6bb8b5f492bbfb4ba362e7afabac0a48fce803bc (patch) | |
tree | 835387b0026223c7c1bac3a8518d17ef5adad0f3 /testing/micro | |
parent | 820e67f9e9bea34f733a0ba9c0844e1686e7a675 (diff) | |
download | aports-6bb8b5f492bbfb4ba362e7afabac0a48fce803bc.tar.bz2 aports-6bb8b5f492bbfb4ba362e7afabac0a48fce803bc.tar.xz |
testing/micro: Does not build on ppc64le
testing/micro depends on glide that is still not ported to ppc64le,
thus, disabling this package until we have glide ported for ppc64le.
Diffstat (limited to 'testing/micro')
-rw-r--r-- | testing/micro/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/micro/APKBUILD b/testing/micro/APKBUILD index c005c4148e..f99ab0d150 100644 --- a/testing/micro/APKBUILD +++ b/testing/micro/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.1.3 pkgrel=0 pkgdesc="A modern and intuitive terminal-based text editor" url="https://micro-editor.github.io/" -arch="all" +arch="all !ppc64le" license="MIT" depends="" makedepends="go-bindata go glide" |