summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-11-04 16:40:26 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-11-04 16:40:40 +0100
commit6e354561b2959d08e9498d521b76b91b1ae660d6 (patch)
treef6a976e4e77b8b3888b32b891d015d5f91a1c526 /dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r3.ebuild
parentprofiles: update chromium mask for M64 (diff)
downloadgentoo-6e354561b2959d08e9498d521b76b91b1ae660d6.tar.gz
gentoo-6e354561b2959d08e9498d521b76b91b1ae660d6.tar.bz2
gentoo-6e354561b2959d08e9498d521b76b91b1ae660d6.zip
dev-ml/ppx_optcomp: Revbump to fix missing transitive := dep on stdio.
Closes: https://bugs.gentoo.org/636518 Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r3.ebuild')
-rw-r--r--dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r3.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r3.ebuild b/dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r3.ebuild
new file mode 100644
index 000000000000..44140740f37b
--- /dev/null
+++ b/dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit opam
+
+DESCRIPTION="Optional compilation for OCaml"
+HOMEPAGE="https://github.com/janestreet/ppx_optcomp"
+SRC_URI="https://github.com/janestreet/ppx_optcomp/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc"
+IUSE=""
+
+DEPEND="
+ dev-ml/ppx_core:=
+ dev-ml/stdio:=
+ dev-ml/ocaml-migrate-parsetree:=
+"
+RDEPEND="${DEPEND}"
+DEPEND="${DEPEND} dev-ml/jbuilder"