diff options
author | Shiz <hi@shiz.me> | 2017-05-13 06:36:31 +0200 |
---|---|---|
committer | Shiz <hi@shiz.me> | 2017-05-13 06:36:31 +0200 |
commit | bd15f1363feb2d6a14d335e9e28e9ad7c6c2d239 (patch) | |
tree | f4703b0225e5c18a9288ab7dadac4fcf7b0fc80f /community/ocaml-findlib | |
parent | 3054b85bbfbacf6349294421cfc6eb1c29b2c64b (diff) | |
download | aports-bd15f1363feb2d6a14d335e9e28e9ad7c6c2d239.tar.bz2 aports-bd15f1363feb2d6a14d335e9e28e9ad7c6c2d239.tar.xz |
community/[various]: enable on ppc64le due ocaml
Diffstat (limited to 'community/ocaml-findlib')
-rw-r--r-- | community/ocaml-findlib/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ocaml-findlib/APKBUILD b/community/ocaml-findlib/APKBUILD index 8f249f7250..f1cf9a26c3 100644 --- a/community/ocaml-findlib/APKBUILD +++ b/community/ocaml-findlib/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.6.2 pkgrel=1 pkgdesc="OCaml package manager" url="http://projects.camlcity.org/projects/findlib.html" -arch="all !x86 !armhf !ppc64le" # limited by ocaml abuild +arch="all !x86 !armhf" # limited by ocaml abuild license="MIT" depends="ocaml" depends_dev="$pkgname" |