summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-09-15 12:27:03 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-09-19 20:48:11 +0300
commitb74b64403ea69d67dd33d654a57e00e50e34433e (patch)
treeb5b807a14cf22515adc1e1c732b46be37e5e19cb /dev-ml
parentdev-libs/libcgroup: fix VariableShadowed (diff)
downloadgentoo-b74b64403ea69d67dd33d654a57e00e50e34433e.tar.gz
gentoo-b74b64403ea69d67dd33d654a57e00e50e34433e.tar.bz2
gentoo-b74b64403ea69d67dd33d654a57e00e50e34433e.zip
dev-ml/ppx_deriving: fix VariableShadowed
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ppx_deriving/ppx_deriving-5.2-r1.ebuild (renamed from dev-ml/ppx_deriving/ppx_deriving-5.2.ebuild)5
-rw-r--r--dev-ml/ppx_deriving/ppx_deriving-5.2.1-r1.ebuild (renamed from dev-ml/ppx_deriving/ppx_deriving-5.2.1.ebuild)5
2 files changed, 4 insertions, 6 deletions
diff --git a/dev-ml/ppx_deriving/ppx_deriving-5.2.ebuild b/dev-ml/ppx_deriving/ppx_deriving-5.2-r1.ebuild
index 73a1495d16a7..698ff16486b4 100644
--- a/dev-ml/ppx_deriving/ppx_deriving-5.2.ebuild
+++ b/dev-ml/ppx_deriving/ppx_deriving-5.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,14 +15,13 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
-DEPEND="
+RDEPEND="
dev-ml/ppx_tools:=
dev-ml/ocaml-migrate-parsetree:=
dev-ml/ppx_derivers:=
>=dev-ml/ppxlib-0.20.0:=
dev-ml/result:=
"
-RDEPEND="${DEPEND}"
DEPEND="${RDEPEND}
dev-ml/cppo
test? ( dev-ml/ounit2 )"
diff --git a/dev-ml/ppx_deriving/ppx_deriving-5.2.1.ebuild b/dev-ml/ppx_deriving/ppx_deriving-5.2.1-r1.ebuild
index a368a22178b2..a62e03fa377d 100644
--- a/dev-ml/ppx_deriving/ppx_deriving-5.2.1.ebuild
+++ b/dev-ml/ppx_deriving/ppx_deriving-5.2.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,7 +15,7 @@ KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
-DEPEND="
+RDEPEND="
dev-ml/ppx_tools:=
dev-ml/ocaml-migrate-parsetree:=
dev-ml/ppx_derivers:=
@@ -24,7 +24,6 @@ DEPEND="
dev-ml/result:=
dev-ml/sexplib0:=
"
-RDEPEND="${DEPEND}"
DEPEND="${RDEPEND}
dev-ml/cppo
test? ( dev-ml/ounit2 )"