diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-06-30 13:53:01 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-06-30 21:51:47 +0000 |
commit | eec001738e8d87fd204bc8dd8ee0bb8c2f75e66e (patch) | |
tree | 1d9f946f3985f6140710fde43bd30467751dfcdb /community/ocamlbuild | |
parent | 529c9fdc1bdefaaa8dda3a142ce453a8aeb84d29 (diff) | |
download | aports-eec001738e8d87fd204bc8dd8ee0bb8c2f75e66e.tar.bz2 aports-eec001738e8d87fd204bc8dd8ee0bb8c2f75e66e.tar.xz |
community/ocaml[build/-findlib]: enable build on ppc64le.
Enable build of ocamlbuild and ocaml-findlib on ppc64le as ocaml
now works.
Diffstat (limited to 'community/ocamlbuild')
-rw-r--r-- | community/ocamlbuild/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ocamlbuild/APKBUILD b/community/ocamlbuild/APKBUILD index fc0ea05517..e114335c82 100644 --- a/community/ocamlbuild/APKBUILD +++ b/community/ocamlbuild/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.9.3 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 !ppc64le !s390x" #ocaml not avail on excluded platforms +arch="all !x86 !armhf !s390x" #ocaml not avail on excluded platforms license="LGPL2" depends="" makedepends="ocaml" |