From 079382b4f5b386b0b108ebabcf0f423e79b10f66 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 1 Dec 2016 17:28:05 +0000 Subject: testing/ocamlbuild: disable on x86 due to textrels --- testing/camlp4/APKBUILD | 2 +- testing/ocamlbuild/APKBUILD | 2 +- testing/opam/APKBUILD | 2 +- 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" -- cgit v1.2.3