diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-12-02 23:32:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-12-02 23:32:37 +0000 |
commit | d5e7de149c66c2abc7b7504ad7335f5d9bb7e6e9 (patch) | |
tree | 37ede05f8104afb7a1c735378023cb8fb3066bde | |
parent | 68e47c3b130f7b0238f44b7a01e329e844f9aec9 (diff) | |
download | aports-d5e7de149c66c2abc7b7504ad7335f5d9bb7e6e9.tar.bz2 aports-d5e7de149c66c2abc7b7504ad7335f5d9bb7e6e9.tar.xz |
community/ocamlbuild: disable on x86
-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 8d1e74f1c1..37d35c2e84 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" +arch="all !x86" license="LGPL2" depends="" makedepends="ocaml" |