aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2016-07-08 10:03:32 +0200
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2016-07-08 10:03:32 +0200
commitb3f11e79c28459a9ff3b101f9eaa1f19e433d03f (patch)
tree38e0c2a307ab0608d223a3cbab14a865652f3ecd
parent84e8017626005d6c6cae1edab80900fe8c37e907 (diff)
downloadaports-b3f11e79c28459a9ff3b101f9eaa1f19e433d03f.tar.bz2
aports-b3f11e79c28459a9ff3b101f9eaa1f19e433d03f.tar.xz
testing/camlp4: disable on x86
-rw-r--r--testing/camlp4/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/camlp4/APKBUILD b/testing/camlp4/APKBUILD
index 8aa6cb53f0..31ed2e6970 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"