aboutsummaryrefslogtreecommitdiffstats
path: root/testing/camlp4/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-12-01 17:28:05 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-12-01 17:28:05 +0000
commit079382b4f5b386b0b108ebabcf0f423e79b10f66 (patch)
tree73e9bcb640cd07b3ffcf94b4ffe05420587b9ea3 /testing/camlp4/APKBUILD
parent88f5667828d182bcfe07a3a4b2a7aa6676d1bfb9 (diff)
downloadaports-079382b4f5b386b0b108ebabcf0f423e79b10f66.tar.bz2
aports-079382b4f5b386b0b108ebabcf0f423e79b10f66.tar.xz
testing/ocamlbuild: disable on x86 due to textrels
Diffstat (limited to 'testing/camlp4/APKBUILD')
-rw-r--r--testing/camlp4/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/camlp4/APKBUILD b/testing/camlp4/APKBUILD
index 9aee6c2fe7..0db541a1be 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="all !x86"
license="LGPL2"
depends="ocaml"
makedepends="ocamlbuild"