aboutsummaryrefslogtreecommitdiffstats
path: root/community/camlp4
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-12-03 15:49:36 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-12-03 15:50:54 +0000
commit57a44fddac6ce09955f4d76fc2966794eb0a7e35 (patch)
treef19c0aef0eb588f4aa56064224985d7d972bf88e /community/camlp4
parent7ea34bd36b392f77afdbf1f9e96526a5f14ca908 (diff)
downloadaports-57a44fddac6ce09955f4d76fc2966794eb0a7e35.tar.bz2
aports-57a44fddac6ce09955f4d76fc2966794eb0a7e35.tar.xz
community/camlp4: disable on 32bit archs
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 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"