diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-12-02 23:34:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-12-02 23:35:53 +0000 |
commit | f61ab29441f1f1abbdf050f8569caa05e3e5d7fb (patch) | |
tree | 115c780f339f4e4edc01b95cfaaf74acace2bbe5 /community/camlp4 | |
parent | d5e7de149c66c2abc7b7504ad7335f5d9bb7e6e9 (diff) | |
download | aports-f61ab29441f1f1abbdf050f8569caa05e3e5d7fb.tar.bz2 aports-f61ab29441f1f1abbdf050f8569caa05e3e5d7fb.tar.xz |
community/opam,camlp4: disable on x86
Diffstat (limited to 'community/camlp4')
-rw-r--r-- | community/camlp4/APKBUILD | 2 |
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" |