diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-26 15:51:10 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-26 15:51:10 +0200 |
commit | b88cfab5dc284767ba7a14c5160a3a05b556cd43 (patch) | |
tree | e298f394b515d5f27283881a26de45a9cc148123 /testing/camlp4 | |
parent | 3db0a21044f6a2275de84ce19d6434438e3d65cd (diff) | |
download | aports-b88cfab5dc284767ba7a14c5160a3a05b556cd43.tar.bz2 aports-b88cfab5dc284767ba7a14c5160a3a05b556cd43.tar.xz |
testing/camlp4: disable on armhf
Diffstat (limited to 'testing/camlp4')
-rw-r--r-- | testing/camlp4/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/camlp4/APKBUILD b/testing/camlp4/APKBUILD index 31ed2e6970..aba5606633 100644 --- a/testing/camlp4/APKBUILD +++ b/testing/camlp4/APKBUILD @@ -6,7 +6,7 @@ _versuffix='+1' pkgrel=0 pkgdesc="Caml preprocessor and pretty-printer" url="https://github.com/ocaml/camlp4/releases" -arch="x86_64 armhf" +arch="x86_64" license="GPL2" depends="ocaml" makedepends="ocamlbuild" |