Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-ctypes/
Date: Thu, 30 Jun 2022 07:37:47
Message-Id: 1656574561.7ca0608c6e0e0cbd2024258b257aef742dfac40a.tupone@gentoo
1 commit: 7ca0608c6e0e0cbd2024258b257aef742dfac40a
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 07:36:01 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 07:36:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ca0608c
7
8 dev-ml/ocaml-ctypes: dep on findlib with ocamlopt
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1-r1.ebuild | 3 ++-
14 dev-ml/ocaml-ctypes/ocaml-ctypes-0.19.1.ebuild | 3 ++-
15 dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.0.ebuild | 1 +
16 3 files changed, 5 insertions(+), 2 deletions(-)
17
18 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
19 index a473cbada2f3..375830244949 100644
20 --- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1-r1.ebuild
21 +++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.17.1-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -15,6 +15,7 @@ KEYWORDS="amd64 arm ~arm64 x86"
29 IUSE="test"
30 RESTRICT="!test? ( test )"
31
32 +DEPEND="dev-ml/findlib[ocamlopt]"
33 RDEPEND="
34 >=dev-lang/ocaml-4.02:=[ocamlopt]
35 >=dev-libs/libffi-3.3_rc0:=
36
37 diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.19.1.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.19.1.ebuild
38 index 80f7940123ae..b1d5842e96c8 100644
39 --- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.19.1.ebuild
40 +++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.19.1.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2021 Gentoo Authors
43 +# Copyright 1999-2022 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=7
47 @@ -15,6 +15,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
48 IUSE="test"
49 RESTRICT="!test? ( test )"
50
51 +DEPEND="dev-ml/findlib[ocamlopt]"
52 RDEPEND="
53 >=dev-lang/ocaml-4.02:=[ocamlopt]
54 >=dev-libs/libffi-3.3_rc0:=
55
56 diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.0.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.0.ebuild
57 index b6e2c219acec..386a3be30de6 100644
58 --- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.0.ebuild
59 +++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.0.ebuild
60 @@ -15,6 +15,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
61 IUSE="test"
62 RESTRICT="!test? ( test )"
63
64 +DEPEND="dev-ml/findlib[ocamlopt]"
65 RDEPEND="
66 >=dev-lang/ocaml-4.02:=[ocamlopt]
67 >=dev-libs/libffi-3.3_rc0:=