diff options
author | Breno Leitao <breno.leitao@gmail.com> | 2017-05-02 12:37:31 +0000 |
---|---|---|
committer | Breno Leitao <breno.leitao@gmail.com> | 2017-05-02 12:37:31 +0000 |
commit | 8976d0b22dc10292651f9c5f14031cead646170a (patch) | |
tree | bca554b4cfa80bf75caca8b50ff31af5afd8ea6a /community/unison | |
parent | a245d5ad347065bcdc54dee185c27d63f60a3584 (diff) | |
download | aports-8976d0b22dc10292651f9c5f14031cead646170a.tar.bz2 aports-8976d0b22dc10292651f9c5f14031cead646170a.tar.xz |
community/unison: Disabling build on ppc64le
Currently unison package depends on ocaml that is still not built on
ppc64le, thus, disabling build of this package.
Diffstat (limited to 'community/unison')
-rw-r--r-- | community/unison/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/unison/APKBUILD b/community/unison/APKBUILD index 0150413df3..adc67fc424 100644 --- a/community/unison/APKBUILD +++ b/community/unison/APKBUILD @@ -5,9 +5,9 @@ pkgver=2.48.4 pkgrel=3 pkgdesc="Unison - efficient file-synchronization tool" url="https://www.cis.upenn.edu/~bcpierce/unison/" -# ocaml is not built for x86, armhf +# ocaml is not built for x86, armhf, ppc64le # lablgtk is not built for aarch64 -arch="all !x86 !armhf !aarch64" +arch="all !x86 !armhf !aarch64 !ppc64le" license="GPL" makedepends="ocaml lablgtk-dev linux-headers emacs-nox" subpackages="$pkgname-doc" |