aboutsummaryrefslogtreecommitdiffstats
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
parent88f5667828d182bcfe07a3a4b2a7aa6676d1bfb9 (diff)
downloadaports-079382b4f5b386b0b108ebabcf0f423e79b10f66.tar.bz2
aports-079382b4f5b386b0b108ebabcf0f423e79b10f66.tar.xz
testing/ocamlbuild: disable on x86 due to textrels
-rw-r--r--testing/camlp4/APKBUILD2
-rw-r--r--testing/ocamlbuild/APKBUILD2
-rw-r--r--testing/opam/APKBUILD2
3 files changed, 3 insertions, 3 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"
diff --git a/testing/ocamlbuild/APKBUILD b/testing/ocamlbuild/APKBUILD
index 8d1e74f1c1..37d35c2e84 100644
--- a/testing/ocamlbuild/APKBUILD
+++ b/testing/ocamlbuild/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.9.2
pkgrel=0
pkgdesc="Generic build tool with built-in rules for building OCaml library and programs."
url="https://github.com/ocaml/ocamlbuild"
-arch="all"
+arch="all !x86"
license="LGPL2"
depends=""
makedepends="ocaml"
diff --git a/testing/opam/APKBUILD b/testing/opam/APKBUILD
index 6c3c8258b7..73293c7aeb 100644
--- a/testing/opam/APKBUILD
+++ b/testing/opam/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.2.2
pkgrel=0
pkgdesc="OCaml Package Manager"
url="https://opam.ocaml.org"
-arch="all"
+arch="all !x86"
license="LGPL3"
depends="ocaml camlp4 curl tar unzip rsync aspcud"
makedepends="$depends_dev"