diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-01-21 21:54:46 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-01-21 21:55:24 +0100 |
commit | 7c72668b78dd8de6b3600bb2cc089c559b8efa46 (patch) | |
tree | d9b41692973b4c9de9421c5cf0a724445ef0d62d /dev-ml/ocaml-process | |
parent | app-admin/lnav: fix patch filename (diff) | |
download | gentoo-7c72668b78dd8de6b3600bb2cc089c559b8efa46.tar.gz gentoo-7c72668b78dd8de6b3600bb2cc089c559b8efa46.tar.bz2 gentoo-7c72668b78dd8de6b3600bb2cc089c559b8efa46.zip |
dev-ml/ocaml-process: fix test
Closes: https://bugs.gentoo.org/890174
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-process')
-rw-r--r-- | dev-ml/ocaml-process/ocaml-process-0.2.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocaml-process/ocaml-process-0.2.1-r1.ebuild b/dev-ml/ocaml-process/ocaml-process-0.2.1-r1.ebuild index 591c51a1167c..14bb568133ff 100644 --- a/dev-ml/ocaml-process/ocaml-process-0.2.1-r1.ebuild +++ b/dev-ml/ocaml-process/ocaml-process-0.2.1-r1.ebuild @@ -28,7 +28,7 @@ src_compile() { } src_test() { - emake -j1 TARGETS=${exts} test + emake -j1 TARGETS="${exts}" test } src_install() { |