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/opam | |
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/opam')
-rw-r--r-- | community/opam/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/opam/APKBUILD b/community/opam/APKBUILD index 73293c7aeb..6c3c8258b7 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" |