summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/ppx_deriving_yojson')
-rw-r--r--dev-ml/ppx_deriving_yojson/ppx_deriving_yojson-3.6.1.ebuild4
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.ebuild
index 603d1909b88f..33642a0ef4b8 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.ebuild
@@ -15,8 +15,6 @@ KEYWORDS="~amd64"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
-PATCHES=( "${FILESDIR}"/${PN}-${PV}-src_test_dune-ounit2.patch )
-
RDEPEND="
<dev-ml/yojson-2.0.0:=
>=dev-ml/ppxlib-0.20.0:=
@@ -25,3 +23,5 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
BDEPEND="test? ( dev-ml/ounit2 )"
+
+PATCHES=( "${FILESDIR}"/${PN}-${PV}-src_test_dune-ounit2.patch )