mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ml/jingoo: convert to dev-ml/ounit2 for tests
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user