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/ocaml | |
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/ocaml')
-rw-r--r-- | community/ocaml/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ocaml/APKBUILD b/community/ocaml/APKBUILD index b19e1f5b0a..6a4fbffdc9 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="" |