summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-27 09:22:05 +0000
committerSam James <sam@gentoo.org>2021-01-27 09:22:05 +0000
commit7e6448714f37948c487c4b2f6994dc7867d2e2e5 (patch)
treea9a7509312a6587285f175f2413c74283746d753 /dev-ml/ppx_driver
parentdev-ml/async_ssl: bump to 0.14.0 (diff)
downloadgentoo-7e6448714f37948c487c4b2f6994dc7867d2e2e5.tar.gz
gentoo-7e6448714f37948c487c4b2f6994dc7867d2e2e5.tar.bz2
gentoo-7e6448714f37948c487c4b2f6994dc7867d2e2e5.zip
dev-ml/ppx_driver: needs jbuilder
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_driver')
-rw-r--r--dev-ml/ppx_driver/ppx_driver-0.11.0.ebuild16
1 files 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 494c07cf18ee..aa88a6f5b4d2 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}"