aboutsummaryrefslogtreecommitdiffstats
path: root/community/unison
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-07-01 01:52:54 +0000
committerJakub Jirutka <jakub@jirutka.cz>2017-07-03 13:50:02 +0200
commit0dabe7beedb0057ca8376a5d4ec960df08db21d1 (patch)
tree027bb1ec0e1f80f01fc855ef759ba086e62cb0ab /community/unison
parent2fff0ac077756a2b12102db0871566b6da292eb9 (diff)
downloadaports-0dabe7beedb0057ca8376a5d4ec960df08db21d1.tar.bz2
aports-0dabe7beedb0057ca8376a5d4ec960df08db21d1.tar.xz
community/unison: enable build on ppc64le
Enable build on ppc64le as ocaml and lablgtk packages are now enabled.
Diffstat (limited to 'community/unison')
-rw-r--r--community/unison/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/unison/APKBUILD b/community/unison/APKBUILD
index 06f6ea70db..f9c1dbd682 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, ppc64le, s390x
+# ocaml is not built for x86, armhf, s390x
# lablgtk is not built for aarch64
-arch="all !x86 !armhf !aarch64 !ppc64le !s390x"
+arch="all !x86 !armhf !aarch64 !s390x"
license="GPL"
makedepends="ocaml lablgtk-dev linux-headers emacs-nox"
subpackages="$pkgname-doc"