diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-05 06:24:35 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-05 06:24:49 +0000 |
commit | 9ae413f94193ca6f72b04156fdf092dc82059cfe (patch) | |
tree | e76e7f98f7e597f319df2f5f08d9dcf7196caec8 /community/camlp4 | |
parent | f722452592408ea345c5b9288a99e8ee47354848 (diff) | |
download | aports-9ae413f94193ca6f72b04156fdf092dc82059cfe.tar.bz2 aports-9ae413f94193ca6f72b04156fdf092dc82059cfe.tar.xz |
community/camlp4: ocaml not avail on ppc64le
Diffstat (limited to 'community/camlp4')
-rw-r--r-- | community/camlp4/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/camlp4/APKBUILD b/community/camlp4/APKBUILD index eaf2161713..4ab17b9c01 100644 --- a/community/camlp4/APKBUILD +++ b/community/camlp4/APKBUILD @@ -3,10 +3,10 @@ pkgname=camlp4 pkgver=4.04 _versuffix='+1' -pkgrel=0 +pkgrel=1 pkgdesc="Caml preprocessor and pretty-printer" url="https://github.com/ocaml/camlp4/releases" -arch="all !x86 !armhf" +arch="all !x86 !armhf !ppc64le" #ocaml not avail on excluded platforms license="LGPL2" depends="ocaml" makedepends="ocamlbuild" |