From cfbf965ced4781bc0f2c9906580aafb7fe2e52ba Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Sat, 19 Nov 2022 19:26:23 +0100 Subject: dev-ml/dune-configurator: add 3 Signed-off-by: Alfredo Tupone --- dev-ml/dune-configurator/dune-configurator-3.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 dev-ml/dune-configurator/dune-configurator-3.ebuild (limited to 'dev-ml') diff --git a/dev-ml/dune-configurator/dune-configurator-3.ebuild b/dev-ml/dune-configurator/dune-configurator-3.ebuild new file mode 100644 index 000000000000..276aadd7990a --- /dev/null +++ b/dev-ml/dune-configurator/dune-configurator-3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="A composable build system for OCaml" +HOMEPAGE="https://github.com/ocaml/dune" +SRC_URI="" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +IUSE="+ocamlopt" + +RDEPEND=">=dev-ml/dune-3" +DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad