diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-08-10 00:01:46 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-08-10 00:01:46 +0200 |
commit | da69989f6bda74902c04d419674bea55324057ec (patch) | |
tree | f0db6ca7d16cab45cc4e533a765df55a3cc6e749 | |
parent | fa2280c22d83bf7713f313e1c1dd0155f83dee5a (diff) | |
download | aports-da69989f6bda74902c04d419674bea55324057ec.tar.gz aports-da69989f6bda74902c04d419674bea55324057ec.tar.bz2 aports-da69989f6bda74902c04d419674bea55324057ec.tar.xz |
testing/ocaml-camlp5: disable, not compatible w/ OCaml 4.08.1
-rw-r--r-- | testing/ocaml-camlp5/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ocaml-camlp5/APKBUILD b/testing/ocaml-camlp5/APKBUILD index cc1fbe3e00..ae47af555c 100644 --- a/testing/ocaml-camlp5/APKBUILD +++ b/testing/ocaml-camlp5/APKBUILD @@ -7,7 +7,7 @@ _pkgver="rel707" pkgrel=1 pkgdesc="Preprocessor-pretty-printer of OCaml" url="https://camlp5.github.io" -arch="aarch64 ppc64le x86_64" # reflect ocaml aport platforms +arch="" # "Sorry: the compatibility with ocaml version "4.08.1" is not yet implemented" license="BSD-3-Clause" depends="ocaml-runtime" makedepends="ocaml ocaml-compiler-libs" |