commit: ccdcb96a8b230d790af175665dd089a3a8cbe411 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jun 21 01:50:29 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jun 21 01:50:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccdcb96a
sci-libs/plplot: fix OCaml dep Signed-off-by: Sam James <sam <AT> gentoo.org> .../plplot/{plplot-5.15.0-r102.ebuild => plplot-5.15.0-r103.ebuild} | 4 ++-- 1 file 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 similarity index 99% rename from sci-libs/plplot/plplot-5.15.0-r102.ebuild rename to 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= )