From b3f11e79c28459a9ff3b101f9eaa1f19e433d03f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= Date: Fri, 8 Jul 2016 10:03:32 +0200 Subject: [PATCH] testing/camlp4: disable on x86 --- testing/camlp4/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/camlp4/APKBUILD b/testing/camlp4/APKBUILD index 8aa6cb53f01..31ed2e69702 100644 --- a/testing/camlp4/APKBUILD +++ b/testing/camlp4/APKBUILD @@ -6,7 +6,7 @@ _versuffix='+1' pkgrel=0 pkgdesc="Caml preprocessor and pretty-printer" url="https://github.com/ocaml/camlp4/releases" -arch="all" +arch="x86_64 armhf" license="GPL2" depends="ocaml" makedepends="ocamlbuild"