From 6bb8b5f492bbfb4ba362e7afabac0a48fce803bc Mon Sep 17 00:00:00 2001 From: Breno Leitao Date: Tue, 9 May 2017 16:10:18 +0000 Subject: 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. --- testing/micro/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/micro/APKBUILD') 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" -- cgit v1.2.3