diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-07-01 09:25:24 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-07-01 09:25:24 +0200 |
commit | 8acdf156469dc779f94e75da4042bc96681d50a4 (patch) | |
tree | aa09e543106ee37446145009f334fb8d6cf5be18 /dev-ml/ocaml-ctypes | |
parent | x11-misc/i3status: Keyword 2.14 arm64, #850985 (diff) | |
download | gentoo-8acdf156469dc779f94e75da4042bc96681d50a4.tar.gz gentoo-8acdf156469dc779f94e75da4042bc96681d50a4.tar.bz2 gentoo-8acdf156469dc779f94e75da4042bc96681d50a4.zip |
dev-ml/ocaml-ctypes: fix also stable version
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-ctypes')
-rw-r--r-- | dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |