diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-06-25 17:16:42 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-27 23:34:51 +0200 |
commit | e30337b1cc47cd6fa61124e5e94b69a741a6faf8 (patch) | |
tree | 69255f914cbefc9aca9b977e21637ba6f26b9b56 | |
parent | 17183b65a8fd709b62a9b51524dd57a107111a09 (diff) | |
download | aports-e30337b1cc47cd6fa61124e5e94b69a741a6faf8.tar.bz2 aports-e30337b1cc47cd6fa61124e5e94b69a741a6faf8.tar.xz |
testing/micro: enable build on ppc64le
enabling package build as glide now builds on ppc64le.
-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 f99ab0d150..c005c4148e 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 !ppc64le" +arch="all" license="MIT" depends="" makedepends="go-bindata go glide" |