aboutsummaryrefslogtreecommitdiffstats
path: root/community/ocamlbuild
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/ocamlbuild
parent2c92408d769a5ca6517e7724c19edb851ded9f26 (diff)
community/ocaml: mark ocaml as !x86 instead of deps
Diffstat (limited to 'community/ocamlbuild')
-rw-r--r--community/ocamlbuild/APKBUILD2
1 files changed, 1 insertions, 1 deletions
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"