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/camlp4/APKBUILD | |
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/camlp4/APKBUILD')
-rw-r--r-- | community/camlp4/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/camlp4/APKBUILD b/community/camlp4/APKBUILD index 0db541a1be..9aee6c2fe7 100644 --- a/community/camlp4/APKBUILD +++ b/community/camlp4/APKBUILD @@ -6,7 +6,7 @@ _versuffix='+1' pkgrel=0 pkgdesc="Caml preprocessor and pretty-printer" url="https://github.com/ocaml/camlp4/releases" -arch="all !x86" +arch="all" license="LGPL2" depends="ocaml" makedepends="ocamlbuild" |