diff options
author | Sam James <sam@gentoo.org> | 2021-03-13 11:50:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-13 15:23:35 +0000 |
commit | 689b52fdb836717fce4001a8ed00c7965e248914 (patch) | |
tree | cf09f3dace246cff1e0f84955c39135de701ebe2 /dev-ml/jingoo | |
parent | dev-ml/ocaml-fileutils: convert to dev-ml/ounit2 for tests (diff) | |
download | gentoo-689b52fdb836717fce4001a8ed00c7965e248914.tar.gz gentoo-689b52fdb836717fce4001a8ed00c7965e248914.tar.bz2 gentoo-689b52fdb836717fce4001a8ed00c7965e248914.zip |
dev-ml/jingoo: convert to dev-ml/ounit2 for tests
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/jingoo')
-rw-r--r-- | dev-ml/jingoo/jingoo-1.4.2.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/dev-ml/jingoo/jingoo-1.4.2.ebuild b/dev-ml/jingoo/jingoo-1.4.2.ebuild index 666330ad24bf..21270b6af09c 100644 --- a/dev-ml/jingoo/jingoo-1.4.2.ebuild +++ b/dev-ml/jingoo/jingoo-1.4.2.ebuild @@ -22,4 +22,11 @@ RDEPEND="dev-ml/ppx_deriving:= dev-ml/re:= dev-ml/menhir:=" DEPEND="${RDEPEND} - test? ( dev-ml/ounit )" + test? ( dev-ml/ounit2 )" + +src_prepare() { + default + + # Port to dev-ml/ounit2 + sed -i -e 's/oUnit/ounit2/' tests/dune.in || die +} |