diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-04 09:22:15 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-04 09:22:15 +0000 |
commit | 6f8f403f2894dcca1eb797753457b699dc4ce0d2 (patch) | |
tree | 43c017150d17538deb1a2d1441a0539239fa1242 /testing/ocaml-findlib | |
parent | efe23f366847cbcd2d2103acbded8c62400a4a52 (diff) | |
download | aports-6f8f403f2894dcca1eb797753457b699dc4ce0d2.tar.bz2 aports-6f8f403f2894dcca1eb797753457b699dc4ce0d2.tar.xz |
testing/ocaml-findlib: ocaml not avail on ppc64le
Diffstat (limited to 'testing/ocaml-findlib')
-rw-r--r-- | testing/ocaml-findlib/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ocaml-findlib/APKBUILD b/testing/ocaml-findlib/APKBUILD index d3265bc4c9..8f249f7250 100644 --- a/testing/ocaml-findlib/APKBUILD +++ b/testing/ocaml-findlib/APKBUILD @@ -3,10 +3,10 @@ pkgname=ocaml-findlib _pkgname=findlib pkgver=1.6.2 -pkgrel=0 +pkgrel=1 pkgdesc="OCaml package manager" url="http://projects.camlcity.org/projects/findlib.html" -arch="all !x86 !armhf" # limited by ocaml abuild +arch="all !x86 !armhf !ppc64le" # limited by ocaml abuild license="MIT" depends="ocaml" depends_dev="$pkgname" |