commit: 7ca0608c6e0e0cbd2024258b257aef742dfac40a
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 30 07:36:01 2022 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Jun 30 07:36:01 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ca0608c
dev-ml/ocaml-ctypes: dep on findlib with ocamlopt
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1-r1.ebuild | 3 ++-
dev-ml/ocaml-ctypes/ocaml-ctypes-0.19.1.ebuild | 3 ++-
dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.0.ebuild | 1 +
3 files changed, 5 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 a473cbada2f3..375830244949 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,6 +15,7 @@ KEYWORDS="amd64 arm ~arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
+DEPEND="dev-ml/findlib[ocamlopt]"
RDEPEND="
>=dev-lang/ocaml-4.02:=[ocamlopt]
>=dev-libs/libffi-3.3_rc0:=
diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.19.1.ebuild
b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.19.1.ebuild
index 80f7940123ae..b1d5842e96c8 100644
--- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.19.1.ebuild
+++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.19.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,6 +15,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
+DEPEND="dev-ml/findlib[ocamlopt]"
RDEPEND="
>=dev-lang/ocaml-4.02:=[ocamlopt]
>=dev-libs/libffi-3.3_rc0:=
diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.0.ebuild
b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.0.ebuild
index b6e2c219acec..386a3be30de6 100644
--- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.0.ebuild
+++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.0.ebuild
@@ -15,6 +15,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
+DEPEND="dev-ml/findlib[ocamlopt]"
RDEPEND="
>=dev-lang/ocaml-4.02:=[ocamlopt]
>=dev-libs/libffi-3.3_rc0:=