aboutsummaryrefslogtreecommitdiffstats
path: root/community/opam
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-07-01 01:14:08 +0000
committerJakub Jirutka <jakub@jirutka.cz>2017-07-03 13:48:41 +0200
commit4a0d6f3f6d004d702a7b293827db546e0e8c2e9a (patch)
tree1b67b67a04faec37356357be791919090417293f /community/opam
parentad088cd98079b0f72be613c6ff32bdf8c39c9c93 (diff)
downloadaports-4a0d6f3f6d004d702a7b293827db546e0e8c2e9a.tar.bz2
aports-4a0d6f3f6d004d702a7b293827db546e0e8c2e9a.tar.xz
community/opam: enable build on ppc64le
Enable build on ppc64le as ocaml and camlp4 are now available.
Diffstat (limited to 'community/opam')
-rw-r--r--community/opam/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/opam/APKBUILD b/community/opam/APKBUILD
index 737b189615..32dfaed6b0 100644
--- a/community/opam/APKBUILD
+++ b/community/opam/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.2.2
pkgrel=1
pkgdesc="OCaml Package Manager"
url="https://opam.ocaml.org"
-arch="all !x86 !armhf !ppc64le !s390x" #ocaml not avail on excluded platforms
+arch="all !x86 !armhf !s390x" # ocaml not avail on excluded platforms
license="LGPL3"
depends="ocaml camlp4 curl tar unzip rsync aspcud"
makedepends="$depends_dev"