diff options
author | Anil Madhavapeddy <anil@recoil.org> | 2016-12-01 19:01:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-12-02 23:30:18 +0000 |
commit | 68e47c3b130f7b0238f44b7a01e329e844f9aec9 (patch) | |
tree | 3e6415f26783b892f6ccb7e058a86b0cee4afe2f /community/ocamlbuild | |
parent | 2c92408d769a5ca6517e7724c19edb851ded9f26 (diff) | |
download | aports-68e47c3b130f7b0238f44b7a01e329e844f9aec9.tar.bz2 aports-68e47c3b130f7b0238f44b7a01e329e844f9aec9.tar.xz |
community/ocaml: mark ocaml as !x86 instead of deps
Diffstat (limited to 'community/ocamlbuild')
-rw-r--r-- | community/ocamlbuild/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ocamlbuild/APKBUILD b/community/ocamlbuild/APKBUILD index 37d35c2e84..8d1e74f1c1 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" |