diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-12-03 15:49:36 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-12-03 15:50:54 +0000 |
commit | 57a44fddac6ce09955f4d76fc2966794eb0a7e35 (patch) | |
tree | f19c0aef0eb588f4aa56064224985d7d972bf88e /community | |
parent | 7ea34bd36b392f77afdbf1f9e96526a5f14ca908 (diff) | |
download | aports-57a44fddac6ce09955f4d76fc2966794eb0a7e35.tar.bz2 aports-57a44fddac6ce09955f4d76fc2966794eb0a7e35.tar.xz |
community/camlp4: disable on 32bit archs
Diffstat (limited to 'community')
-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 0db541a1be..10418a3245 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 !x86" +arch="all !x86 !armhf" license="LGPL2" depends="ocaml" makedepends="ocamlbuild" |