diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-06 21:14:29 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-06 21:14:55 +0100 |
commit | 2fce8c03f8b972042c712d8d2eade9ed5360c10d (patch) | |
tree | 14c6a10dcd0e4a894194f8b547acae02354aa951 /testing | |
parent | 0d884af5aca341e619823de0c59b76bb4eb63147 (diff) | |
download | aports-2fce8c03f8b972042c712d8d2eade9ed5360c10d.tar.bz2 aports-2fce8c03f8b972042c712d8d2eade9ed5360c10d.tar.xz |
testing/ocaml-ppx_tools_versioned: allow textrels
Diffstat (limited to 'testing')
-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" |