diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-09-24 01:26:23 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-09-24 01:52:39 +0200 |
commit | 19ced23517161b973c295c84b776cba370ed166a (patch) | |
tree | 5d62676a9191ecf7cd5a6f754d3787d70a6127fb /dev-ml | |
parent | sci-mathematics/alt-ergo: 2.4.2 - do not depend on seq (diff) | |
download | gentoo-19ced23517161b973c295c84b776cba370ed166a.tar.gz gentoo-19ced23517161b973c295c84b776cba370ed166a.tar.bz2 gentoo-19ced23517161b973c295c84b776cba370ed166a.zip |
dev-ml/yojson: 2.0.2 - depend on ocaml >=4.07 instead of seq
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/yojson/yojson-2.0.2-r1.ebuild (renamed from dev-ml/yojson/yojson-2.0.2.ebuild) | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-ml/yojson/yojson-2.0.2.ebuild b/dev-ml/yojson/yojson-2.0.2-r1.ebuild index 23350f1a6c06..c05eff79f4c5 100644 --- a/dev-ml/yojson/yojson-2.0.2.ebuild +++ b/dev-ml/yojson/yojson-2.0.2-r1.ebuild @@ -15,13 +15,12 @@ KEYWORDS="~amd64" IUSE="examples +ocamlopt test" RESTRICT="!test? ( test )" -RDEPEND=" - >=dev-lang/ocaml-4.02.3:=[ocamlopt?] - >=dev-ml/seq-0.2.2:=[ocamlopt?] -" +RDEPEND=">=dev-lang/ocaml-4.07:=[ocamlopt?]" DEPEND="${RDEPEND}" -BDEPEND=">=dev-ml/cppo-1.6.1 - test? ( dev-ml/alcotest )" +BDEPEND=" + >=dev-ml/cppo-1.6.1 + test? ( dev-ml/alcotest ) +" src_prepare() { default |