testing/ocaml-migrate-parsetree: allow textrels to fix on ppc64le

This commit is contained in:
Jakub Jirutka 2018-03-05 11:52:00 +01:00
parent 99e2351405
commit 5703a0746e

View File

@ -8,6 +8,7 @@ url="https://github.com/ocaml-ppx/ocaml-migrate-parsetree"
arch="all !x86 !armhf !s390x" # limited by ocaml arch="all !x86 !armhf !s390x" # limited by ocaml
license="LGPL-2.1-only-WITH-linking-exception" license="LGPL-2.1-only-WITH-linking-exception"
makedepends="dune ocaml ocamlbuild ocaml-findlib ocaml-result-dev opam" makedepends="dune ocaml ocamlbuild ocaml-findlib ocaml-result-dev opam"
options="textrels" # ppc64le (?!)
subpackages="$pkgname-dev $pkgname-doc" subpackages="$pkgname-dev $pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/ocaml-ppx/$pkgname/archive/v$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/ocaml-ppx/$pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver" builddir="$srcdir/$pkgname-$pkgver"