diff options
author | Tuan Hoang <tmhoang@linux.ibm.com> | 2019-11-22 18:43:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-25 07:29:21 +0000 |
commit | 3228be102f0d913844aa54c37d4186d1a3aafd2a (patch) | |
tree | 5adb74f476583aac35b0321c0d3c4af399a441d5 /community/ocaml-camlp4 | |
parent | da68172df58bbbb6ea94b3f2f569bdf7628a0660 (diff) | |
download | aports-3228be102f0d913844aa54c37d4186d1a3aafd2a.tar.bz2 aports-3228be102f0d913844aa54c37d4186d1a3aafd2a.tar.xz |
community/ocaml*: enable on s390x
community/ocaml-lablgtk,unison still missing due to librsvg/rust.
Diffstat (limited to 'community/ocaml-camlp4')
-rw-r--r-- | community/ocaml-camlp4/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ocaml-camlp4/APKBUILD b/community/ocaml-camlp4/APKBUILD index 4b15c0ceae..618b0e8810 100644 --- a/community/ocaml-camlp4/APKBUILD +++ b/community/ocaml-camlp4/APKBUILD @@ -10,7 +10,7 @@ _ocamlver=${pkgver%.*} pkgrel=0 pkgdesc="Caml preprocessor and pretty-printer" url="https://github.com/ocaml/camlp4/releases" -arch="aarch64 ppc64le x86_64" # reflect ocaml aport platforms +arch="all !x86 !armhf !armv7" # reflect ocaml aport platforms license="LGPL-2.0-or-later-WITH-linking-exception" depends="ocaml-runtime=~$_ocamlver ocaml-ocamlbuild" depends_dev="$pkgname=$pkgver-r$pkgrel" |