diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-10-23 18:05:34 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-10-23 18:06:14 +0200 |
commit | 8720e7d87d1db72513cd5f48fcd52c5954efd207 (patch) | |
tree | be31a757a1ddc9a5d939a66c0d34bfeceb40e276 /dev-ml/atd | |
parent | net-misc/xmrig: add 6.18.1 (diff) | |
download | gentoo-8720e7d87d1db72513cd5f48fcd52c5954efd207.tar.gz gentoo-8720e7d87d1db72513cd5f48fcd52c5954efd207.tar.bz2 gentoo-8720e7d87d1db72513cd5f48fcd52c5954efd207.zip |
dev-ml/atd: use yojson >=2.0.2
Closes: https://bugs.gentoo.org/878095
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-ml/atd')
-rw-r--r-- | dev-ml/atd/atd-2.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/atd/atd-2.10.0.ebuild b/dev-ml/atd/atd-2.10.0.ebuild index 9cbb64e8703c..a06dee2319dc 100644 --- a/dev-ml/atd/atd-2.10.0.ebuild +++ b/dev-ml/atd/atd-2.10.0.ebuild @@ -18,11 +18,11 @@ RESTRICT="test" RDEPEND=" >=dev-lang/ocaml-4.08:=[ocamlopt?] >=dev-ml/cmdliner-1.1.1:= + >=dev-ml/yojson-2.0.2:= dev-ml/biniou:= dev-ml/easy-format:= dev-ml/menhir:= dev-ml/re:= - dev-ml/yojson:= " DEPEND="${RDEPEND}" |