mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
dev-ml/ppx_bin_prot: fix test deps, oUnit -> ounit2
Closes: https://bugs.gentoo.org/749171 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -28,4 +28,15 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}
|
||||
test? (
|
||||
dev-ml/ppx_jane
|
||||
dev-ml/core
|
||||
dev-ml/ounit2
|
||||
dev-ml/core_bench
|
||||
)"
|
||||
|
||||
src_prepare() {
|
||||
sed -i \
|
||||
-e "s:oUnit:ounit2:" \
|
||||
test/dune \
|
||||
|| die
|
||||
default
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user