From 8acdf156469dc779f94e75da4042bc96681d50a4 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Fri, 1 Jul 2022 09:25:24 +0200 Subject: dev-ml/ocaml-ctypes: fix also stable version Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone --- dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-ml/ocaml-ctypes') diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1-r1.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1-r1.ebuild index 375830244949..673fa173a3a8 100644 --- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1-r1.ebuild +++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1-r1.ebuild @@ -15,14 +15,14 @@ KEYWORDS="amd64 arm ~arm64 x86" IUSE="test" RESTRICT="!test? ( test )" -DEPEND="dev-ml/findlib[ocamlopt]" RDEPEND=" - >=dev-lang/ocaml-4.02:=[ocamlopt] + >=dev-lang/ocaml-4.02:= >=dev-libs/libffi-3.3_rc0:= dev-ml/integers:= " DEPEND="${RDEPEND} test? ( dev-ml/ounit2 dev-ml/lwt )" +REQUIRED_USE="ocamlopt" src_prepare() { sed -e 's/oUnit/ounit2/g' -i Makefile.tests || die -- cgit v1.2.3-65-gdbad