aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorAnil Madhavapeddy <anil@recoil.org>2016-12-01 19:01:44 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-12-02 23:30:18 +0000
commit68e47c3b130f7b0238f44b7a01e329e844f9aec9 (patch)
tree3e6415f26783b892f6ccb7e058a86b0cee4afe2f /community
parent2c92408d769a5ca6517e7724c19edb851ded9f26 (diff)
community/ocaml: mark ocaml as !x86 instead of deps
Diffstat (limited to 'community')
-rw-r--r--community/camlp4/APKBUILD2
-rw-r--r--community/ocaml/APKBUILD2
-rw-r--r--community/ocamlbuild/APKBUILD2
-rw-r--r--community/opam/APKBUILD2
4 files changed, 4 insertions, 4 deletions
diff --git a/community/camlp4/APKBUILD b/community/camlp4/APKBUILD
index 0db541a1beb..9aee6c2fe7b 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"
license="LGPL2"
depends="ocaml"
makedepends="ocamlbuild"
diff --git a/community/ocaml/APKBUILD b/community/ocaml/APKBUILD
index b19e1f5b0ae..6a4fbffdc9f 100644
--- a/community/ocaml/APKBUILD
+++ b/community/ocaml/APKBUILD
@@ -5,7 +5,7 @@ pkgver=4.03.0
pkgrel=0
pkgdesc="Main implementation of the Caml programming language"
url="http://caml.inria.fr"
-arch="all"
+arch="all !x86"
license="LGPLv2"
makedepends="ncurses-dev zlib-dev gdbm-dev"
install=""
diff --git a/community/ocamlbuild/APKBUILD b/community/ocamlbuild/APKBUILD
index 37d35c2e849..8d1e74f1c1f 100644
--- a/community/ocamlbuild/APKBUILD
+++ b/community/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 !x86"
+arch="all"
license="LGPL2"
depends=""
makedepends="ocaml"
diff --git a/community/opam/APKBUILD b/community/opam/APKBUILD
index 73293c7aeb7..6c3c8258b75 100644
--- a/community/opam/APKBUILD
+++ b/community/opam/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.2.2
pkgrel=0
pkgdesc="OCaml Package Manager"
url="https://opam.ocaml.org"
-arch="all !x86"
+arch="all"
license="LGPL3"
depends="ocaml camlp4 curl tar unzip rsync aspcud"
makedepends="$depends_dev"