commit: 7e6448714f37948c487c4b2f6994dc7867d2e2e5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jan 27 09:22:05 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jan 27 09:22:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e644871
dev-ml/ppx_driver: needs jbuilder Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ml/ppx_driver/ppx_driver-0.11.0.ebuild | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/dev-ml/ppx_driver/ppx_driver-0.11.0.ebuild b/dev-ml/ppx_driver/ppx_driver-0.11.0.ebuild index 494c07cf18e..aa88a6f5b4d 100644 --- a/dev-ml/ppx_driver/ppx_driver-0.11.0.ebuild +++ b/dev-ml/ppx_driver/ppx_driver-0.11.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit dune +inherit opam DESCRIPTION="Feature-full driver for OCaml AST transformers" HOMEPAGE="https://github.com/janestreet/ppx_driver" @@ -11,11 +11,13 @@ SRC_URI="https://github.com/janestreet/ppx_driver/archive/v${PV}.tar.gz -> ${P}. LICENSE="Apache-2.0" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" -IUSE="+ocamlopt" +KEYWORDS="~amd64 ~ppc ~x86" +BDEPEND="dev-ml/jbuilder" DEPEND=" - dev-ml/ppxlib:= - dev-ml/ocaml-migrate-parsetree:= -" + dev-ml/ppx_core:= + dev-ml/stdio:= + dev-ml/ppx_optcomp:= + dev-ml/ocaml-migrate-parsetree:= + dev-ml/ocamlbuild:=" RDEPEND="${DEPEND}"
