aboutsummaryrefslogtreecommitdiffstats
path: root/community/opam
diff options
context:
space:
mode:
authorShiz <hi@shiz.me>2017-05-13 06:36:31 +0200
committerShiz <hi@shiz.me>2017-05-13 06:36:31 +0200
commitbd15f1363feb2d6a14d335e9e28e9ad7c6c2d239 (patch)
treef4703b0225e5c18a9288ab7dadac4fcf7b0fc80f /community/opam
parent3054b85bbfbacf6349294421cfc6eb1c29b2c64b (diff)
downloadaports-bd15f1363feb2d6a14d335e9e28e9ad7c6c2d239.tar.bz2
aports-bd15f1363feb2d6a14d335e9e28e9ad7c6c2d239.tar.xz
community/[various]: enable on ppc64le due ocaml
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 16b7246f0d..4f447c9996 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" #ocaml not avail on excluded platforms
+arch="all !x86 !armhf" #ocaml not avail on excluded platforms
license="LGPL3"
depends="ocaml camlp4 curl tar unzip rsync aspcud"
makedepends="$depends_dev"