summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-06-21 02:50:29 +0100
committerSam James <sam@gentoo.org>2022-06-21 02:50:29 +0100
commitccdcb96a8b230d790af175665dd089a3a8cbe411 (patch)
tree0e94a7962b6ed9fd42d76eca479c715d61f67753
parentdev-ml/merlin: fix OCaml dep (diff)
downloadgentoo-ccdcb96a8b230d790af175665dd089a3a8cbe411.tar.gz
gentoo-ccdcb96a8b230d790af175665dd089a3a8cbe411.tar.bz2
gentoo-ccdcb96a8b230d790af175665dd089a3a8cbe411.zip
sci-libs/plplot: fix OCaml dep
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--sci-libs/plplot/plplot-5.15.0-r103.ebuild (renamed from sci-libs/plplot/plplot-5.15.0-r102.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/plplot/plplot-5.15.0-r102.ebuild b/sci-libs/plplot/plplot-5.15.0-r103.ebuild
index fca868efceea..3b7f2ddfb10f 100644
--- a/sci-libs/plplot/plplot-5.15.0-r102.ebuild
+++ b/sci-libs/plplot/plplot-5.15.0-r103.ebuild
@@ -45,8 +45,8 @@ RDEPEND="
)
lua? ( ${LUA_DEPS} )
ocaml? (
- dev-lang/ocaml
- dev-ml/camlidl
+ dev-lang/ocaml:=
+ dev-ml/camlidl:=
)
octave? ( sci-mathematics/octave:0= )
pdf? ( media-libs/libharu:0= )