diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-10-02 21:33:45 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-10-02 21:33:45 +0000 |
commit | b124d04e3571950fe67a45c1c23582319deead84 (patch) | |
tree | 7edae934f8aeef1f60ecc5a93bf4cb64165e5366 | |
parent | 8636c01fcb4e57f8d98fa1d8bd3a5d7222cc5f10 (diff) | |
download | aports-b124d04e3571950fe67a45c1c23582319deead84.tar.bz2 aports-b124d04e3571950fe67a45c1c23582319deead84.tar.xz |
testing/mu: enable build on ppc64le
-rw-r--r-- | testing/mu/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mu/APKBUILD b/testing/mu/APKBUILD index e3ad528d77..63a257b34d 100644 --- a/testing/mu/APKBUILD +++ b/testing/mu/APKBUILD @@ -5,7 +5,7 @@ pkgname=mu pkgver=0.9.11 pkgrel=1 pkgdesc="A collection of utilities for indexing and searching Maildirs" -arch="x86 x86_64" +arch="x86 x86_64 ppc64le" url="http://www.djcbsoftware.nl/code/mu" license="GPL3" depends="sqlite" |