diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-06-30 14:10:48 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2017-06-30 21:51:47 +0000 |
commit | 1feea49eaec12328e73541436bd1612228cd7e9a (patch) | |
tree | ff943c252b0d104857bd6dc4893886e66fc4275e | |
parent | eec001738e8d87fd204bc8dd8ee0bb8c2f75e66e (diff) | |
download | aports-1feea49eaec12328e73541436bd1612228cd7e9a.tar.bz2 aports-1feea49eaec12328e73541436bd1612228cd7e9a.tar.xz |
community/camlp4: enable build on ppc64le
Enable camlp4 on ppc64le, ocaml and ocamlbuild are
now enabled.
-rw-r--r-- | community/camlp4/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/camlp4/APKBUILD b/community/camlp4/APKBUILD index 2c62952b6b..a4fbd37f74 100644 --- a/community/camlp4/APKBUILD +++ b/community/camlp4/APKBUILD @@ -6,7 +6,7 @@ _versuffix='+1' pkgrel=1 pkgdesc="Caml preprocessor and pretty-printer" url="https://github.com/ocaml/camlp4/releases" -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="ocaml" makedepends="ocamlbuild" |