diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-08 10:03:32 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-08 10:03:32 +0200 |
commit | b3f11e79c28459a9ff3b101f9eaa1f19e433d03f (patch) | |
tree | 38e0c2a307ab0608d223a3cbab14a865652f3ecd /testing/camlp4 | |
parent | 84e8017626005d6c6cae1edab80900fe8c37e907 (diff) | |
download | aports-b3f11e79c28459a9ff3b101f9eaa1f19e433d03f.tar.bz2 aports-b3f11e79c28459a9ff3b101f9eaa1f19e433d03f.tar.xz |
testing/camlp4: disable on x86
Diffstat (limited to 'testing/camlp4')
-rw-r--r-- | testing/camlp4/APKBUILD | 2 |
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" |