summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-09-07 00:36:17 +0200
committerMaciej Barć <xgqt@gentoo.org>2022-09-07 00:36:34 +0200
commit86823fd4d3a6505ca09f334dce333546867028d6 (patch)
treeb832b3cf91fa3dfb7d61e0fefe6edd105b308af4
parentdev-ml/ocaml-ssl: fix SRC_URI (diff)
downloadgentoo-86823fd4.tar.gz
gentoo-86823fd4.tar.bz2
gentoo-86823fd4.zip
dev-ml/biniou: add missing camlp-streams dependency
Closes: https://bugs.gentoo.org/868786 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r--dev-ml/biniou/biniou-1.2.2-r1.ebuild (renamed from dev-ml/biniou/biniou-1.2.2.ebuild)9
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/biniou/biniou-1.2.2.ebuild b/dev-ml/biniou/biniou-1.2.2-r1.ebuild
index 74bf4a9d195b..45538d1c0312 100644
--- a/dev-ml/biniou/biniou-1.2.2.ebuild
+++ b/dev-ml/biniou/biniou-1.2.2-r1.ebuild
@@ -1,20 +1,23 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit dune
DESCRIPTION="A binary data serialization format inspired by JSON for OCaml"
HOMEPAGE="https://github.com/ocaml-community/biniou/"
-SRC_URI="https://github.com/ocaml-community/biniou/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/ocaml-community/biniou/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="+ocamlopt"
-RDEPEND=">=dev-lang/ocaml-4.02.3:=[ocamlopt?]
+RDEPEND="
+ >=dev-lang/ocaml-4.02.3:=[ocamlopt?]
+ dev-ml/camlp-streams:=[ocamlopt?]
dev-ml/easy-format:=[ocamlopt?]
"
DEPEND="${RDEPEND}"