diff options
-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" |