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: Fri, 01 Jul 2022 06:53:18
Message-Id: 1656658384.48049ee7be01fda94398879ce31997e3adebda15.tupone@gentoo
1 commit: 48049ee7be01fda94398879ce31997e3adebda15
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 1 06:53:04 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 1 06:53:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48049ee7
7
8 dev-ml/ocaml-ctypes: findlib[ocamlopt?] is in findlib.eclass
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.19.1.ebuild | 4 ++--
14 dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.0.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.19.1.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.19.1.ebuild
18 index b1d5842e96c8..b89d84c33e6f 100644
19 --- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.19.1.ebuild
20 +++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.19.1.ebuild
21 @@ -15,15 +15,15 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
22 IUSE="test"
23 RESTRICT="!test? ( test )"
24
25 -DEPEND="dev-ml/findlib[ocamlopt]"
26 RDEPEND="
27 - >=dev-lang/ocaml-4.02:=[ocamlopt]
28 + >=dev-lang/ocaml-4.02:=
29 >=dev-libs/libffi-3.3_rc0:=
30 dev-ml/bigarray-compat:=
31 dev-ml/integers:=
32 "
33 DEPEND="${RDEPEND}
34 test? ( dev-ml/ounit2 dev-ml/lwt )"
35 +REQUIRED_USE="ocamlopt"
36
37 src_prepare() {
38 sed -e 's/oUnit/ounit2/g' -i Makefile.tests || die
39
40 diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.0.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.0.ebuild
41 index 386a3be30de6..a3fbc4c28994 100644
42 --- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.0.ebuild
43 +++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.0.ebuild
44 @@ -15,15 +15,15 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
45 IUSE="test"
46 RESTRICT="!test? ( test )"
47
48 -DEPEND="dev-ml/findlib[ocamlopt]"
49 RDEPEND="
50 - >=dev-lang/ocaml-4.02:=[ocamlopt]
51 + >=dev-lang/ocaml-4.02:=
52 >=dev-libs/libffi-3.3_rc0:=
53 dev-ml/bigarray-compat:=
54 dev-ml/integers:=
55 "
56 DEPEND="${RDEPEND}
57 test? ( dev-ml/ounit2 dev-ml/lwt )"
58 +REQUIRED_USE="ocamlopt"
59
60 src_prepare() {
61 sed -e 's/oUnit/ounit2/g' -i Makefile.tests || die