diff options
-rw-r--r-- | testing/ocaml-ppx_tools_versioned/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/ocaml-ppx_tools_versioned/APKBUILD b/testing/ocaml-ppx_tools_versioned/APKBUILD index ebcd57e94a..062044967f 100644 --- a/testing/ocaml-ppx_tools_versioned/APKBUILD +++ b/testing/ocaml-ppx_tools_versioned/APKBUILD @@ -9,7 +9,9 @@ url="https://github.com/ocaml-ppx/ppx_tools_versioned" arch="all !x86 !armhf !s390x" # limited by ocaml aport license="MIT" makedepends="ocaml ocaml-findlib ocaml-migrate-parsetree-dev ocaml-result-dev" -options="!check" # no tests provided +# textrels needed for ppc64le +# no tests provided +options="textrels !check" subpackages="$pkgname-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/ocaml-ppx/$_pkgname/archive/$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" |