aboutsummaryrefslogtreecommitdiffstats
path: root/community/camlp4
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-12-02 23:34:55 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-12-02 23:35:53 +0000
commitf61ab29441f1f1abbdf050f8569caa05e3e5d7fb (patch)
tree115c780f339f4e4edc01b95cfaaf74acace2bbe5 /community/camlp4
parentd5e7de149c66c2abc7b7504ad7335f5d9bb7e6e9 (diff)
downloadaports-f61ab29441f1f1abbdf050f8569caa05e3e5d7fb.tar.bz2
aports-f61ab29441f1f1abbdf050f8569caa05e3e5d7fb.tar.xz
community/opam,camlp4: disable on x86
Diffstat (limited to 'community/camlp4')
-rw-r--r--community/camlp4/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/camlp4/APKBUILD b/community/camlp4/APKBUILD
index 9aee6c2fe7..0db541a1be 100644
--- a/community/camlp4/APKBUILD
+++ b/community/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="all !x86"
license="LGPL2"
depends="ocaml"
makedepends="ocamlbuild"