Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_driver/
Date: Wed, 27 Jan 2021 09:24:41
Message-Id: 1611739325.7e6448714f37948c487c4b2f6994dc7867d2e2e5.sam@gentoo
1 commit: 7e6448714f37948c487c4b2f6994dc7867d2e2e5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 27 09:22:05 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 27 09:22:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e644871
7
8 dev-ml/ppx_driver: needs jbuilder
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-ml/ppx_driver/ppx_driver-0.11.0.ebuild | 16 +++++++++-------
14 1 file changed, 9 insertions(+), 7 deletions(-)
15
16 diff --git a/dev-ml/ppx_driver/ppx_driver-0.11.0.ebuild b/dev-ml/ppx_driver/ppx_driver-0.11.0.ebuild
17 index 494c07cf18e..aa88a6f5b4d 100644
18 --- a/dev-ml/ppx_driver/ppx_driver-0.11.0.ebuild
19 +++ b/dev-ml/ppx_driver/ppx_driver-0.11.0.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -inherit dune
28 +inherit opam
29
30 DESCRIPTION="Feature-full driver for OCaml AST transformers"
31 HOMEPAGE="https://github.com/janestreet/ppx_driver"
32 @@ -11,11 +11,13 @@ SRC_URI="https://github.com/janestreet/ppx_driver/archive/v${PV}.tar.gz -> ${P}.
33
34 LICENSE="Apache-2.0"
35 SLOT="0/${PV}"
36 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
37 -IUSE="+ocamlopt"
38 +KEYWORDS="~amd64 ~ppc ~x86"
39
40 +BDEPEND="dev-ml/jbuilder"
41 DEPEND="
42 - dev-ml/ppxlib:=
43 - dev-ml/ocaml-migrate-parsetree:=
44 -"
45 + dev-ml/ppx_core:=
46 + dev-ml/stdio:=
47 + dev-ml/ppx_optcomp:=
48 + dev-ml/ocaml-migrate-parsetree:=
49 + dev-ml/ocamlbuild:="
50 RDEPEND="${DEPEND}"