summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2024-05-30 21:52:53 +0200
committerAlfredo Tupone <tupone@gentoo.org>2024-05-30 21:53:14 +0200
commitee9a4232679d0184ec034fb71e428081c55782a8 (patch)
treefb4cf0f4fc0b1e624a5370b01865b1f7991e71a4 /dev-ml/csexp
parentkde-apps/kio-extras: drop 23.08.5 (diff)
downloadgentoo-ee9a4232679d0184ec034fb71e428081c55782a8.tar.gz
gentoo-ee9a4232679d0184ec034fb71e428081c55782a8.tar.bz2
gentoo-ee9a4232679d0184ec034fb71e428081c55782a8.zip
dev-ml/csexp: fix dune deps
Closes: https://bugs.gentoo.org/922166 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/csexp')
-rw-r--r--dev-ml/csexp/csexp-1.5.2-r1.ebuild (renamed from dev-ml/csexp/csexp-1.5.2.ebuild)7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-ml/csexp/csexp-1.5.2.ebuild b/dev-ml/csexp/csexp-1.5.2-r1.ebuild
index ce18d6efa6e7..c37aa3253652 100644
--- a/dev-ml/csexp/csexp-1.5.2.ebuild
+++ b/dev-ml/csexp/csexp-1.5.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,4 +17,7 @@ RESTRICT="!test? ( test )"
RDEPEND=">=dev-ml/result-1.5:=[ocamlopt=]"
DEPEND="${RDEPEND}"
-BDEPEND="test? ( dev-ml/ppx_expect )"
+BDEPEND="
+ >=dev-ml/dune-3.4
+ test? ( dev-ml/ppx_expect )
+"