diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-04 10:29:54 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-04 10:29:54 +0000 |
commit | 8c8568d69259f683dad0a432a847d41a299a0e2f (patch) | |
tree | 7527ec2ced0411eeda12ceee02cef05e9256e858 /community/ocamlbuild | |
parent | 9c1bf7a26b476097ea8dd2729def3f837db891a0 (diff) | |
download | aports-8c8568d69259f683dad0a432a847d41a299a0e2f.tar.bz2 aports-8c8568d69259f683dad0a432a847d41a299a0e2f.tar.xz |
community/ocamlbuild: ocaml not avail on ppc64le
Diffstat (limited to 'community/ocamlbuild')
-rw-r--r-- | community/ocamlbuild/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ocamlbuild/APKBUILD b/community/ocamlbuild/APKBUILD index 8ac5d2ddb3..ab8984cc09 100644 --- a/community/ocamlbuild/APKBUILD +++ b/community/ocamlbuild/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: Anil Madhavapeddy <anil@recoil.org> pkgname=ocamlbuild pkgver=0.9.3 -pkgrel=0 +pkgrel=1 pkgdesc="Generic build tool with built-in rules for building OCaml library and programs." url="https://github.com/ocaml/ocamlbuild" -arch="all !x86 !armhf" +arch="all !x86 !armhf !ppc64le" #ocaml not avail on excluded platforms license="LGPL2" depends="" makedepends="ocaml" |