diff options
author | Sam James <sam@gentoo.org> | 2022-06-21 02:50:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-21 02:50:29 +0100 |
commit | ccdcb96a8b230d790af175665dd089a3a8cbe411 (patch) | |
tree | 0e94a7962b6ed9fd42d76eca479c715d61f67753 /sci-libs/plplot | |
parent | dev-ml/merlin: fix OCaml dep (diff) | |
download | gentoo-ccdcb96a8b230d790af175665dd089a3a8cbe411.tar.gz gentoo-ccdcb96a8b230d790af175665dd089a3a8cbe411.tar.bz2 gentoo-ccdcb96a8b230d790af175665dd089a3a8cbe411.zip |
sci-libs/plplot: fix OCaml dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/plplot')
-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= ) |