summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-10-01 23:18:55 +0200
committerMaciej Barć <xgqt@gentoo.org>2022-10-02 01:34:57 +0200
commite693722577839a4961e6931f0e604ec0202c4641 (patch)
treef7fc87e982a72f3b0200a2bc77d1de9ee4212b8b /dev-ml
parentsci-mathematics/coq-serapi: restrict coq version (diff)
downloadgentoo-e693722577839a4961e6931f0e604ec0202c4641.tar.gz
gentoo-e693722577839a4961e6931f0e604ec0202c4641.tar.bz2
gentoo-e693722577839a4961e6931f0e604ec0202c4641.zip
dev-ml/ppx_deriving_yojson: remove yojson constraint
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ppx_deriving_yojson/ppx_deriving_yojson-3.6.1-r1.ebuild (renamed from dev-ml/ppx_deriving_yojson/ppx_deriving_yojson-3.6.1.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/ppx_deriving_yojson/ppx_deriving_yojson-3.6.1.ebuild b/dev-ml/ppx_deriving_yojson/ppx_deriving_yojson-3.6.1-r1.ebuild
index 33642a0ef4b8..fa923652fbc2 100644
--- a/dev-ml/ppx_deriving_yojson/ppx_deriving_yojson-3.6.1.ebuild
+++ b/dev-ml/ppx_deriving_yojson/ppx_deriving_yojson-3.6.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,10 +16,10 @@ IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
RDEPEND="
- <dev-ml/yojson-2.0.0:=
>=dev-ml/ppxlib-0.20.0:=
dev-ml/ppx_deriving:=
dev-ml/result:=
+ dev-ml/yojson:=
"
DEPEND="${RDEPEND}"
BDEPEND="test? ( dev-ml/ounit2 )"