aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ocaml-xml-light
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2019-03-05 13:43:45 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-03-05 13:43:45 +0000
commit0887a3107edbd0b31b403b44762caeda246857dd (patch)
treef2252b9c8cef70cc8d5e8a74449c677ae37ff559 /testing/ocaml-xml-light
parentf188d2f85426c8314dd1151601a47e17fecfd2d8 (diff)
downloadaports-0887a3107edbd0b31b403b44762caeda246857dd.tar.bz2
aports-0887a3107edbd0b31b403b44762caeda246857dd.tar.xz
testing/ocaml-xml-light: disable on aarch64 and ppc64le
ocamlc xml.mli make: *** No rule to make target 'xml_parser.mli', needed by 'xml_parser.cmo'. Stop.
Diffstat (limited to 'testing/ocaml-xml-light')
-rw-r--r--testing/ocaml-xml-light/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocaml-xml-light/APKBUILD b/testing/ocaml-xml-light/APKBUILD
index 1cd21f334e..34b975a2c2 100644
--- a/testing/ocaml-xml-light/APKBUILD
+++ b/testing/ocaml-xml-light/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.4
pkgrel=0
pkgdesc="Minimal XML parser and printer for OCaml"
url="https://github.com/ncannasse/xml-light"
-arch="aarch64 ppc64le x86_64" # restrict by ocaml
+arch="x86_64" # restrict by ocaml, build fails on aarch64 and ppc64le
license="LGPL-2.1-or-later-WITH-linking-exception"
makedepends="ocaml ocaml-findlib-dev ocaml-ocamldoc gawk"
subpackages="$pkgname-dev $pkgname-doc"