diff options
author | Sam James <sam@gentoo.org> | 2021-11-07 06:53:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-07 07:00:48 +0000 |
commit | b6edd6bce2abc4c3ca081e344e35f48de62a5600 (patch) | |
tree | 2ed0642156a06a44424a51333eafe8b2cbec3c47 /dev-ml | |
parent | dev-libs/elfutils: add more metadata/information to musl patches (diff) | |
download | gentoo-b6edd6bce2abc4c3ca081e344e35f48de62a5600.tar.gz gentoo-b6edd6bce2abc4c3ca081e344e35f48de62a5600.tar.bz2 gentoo-b6edd6bce2abc4c3ca081e344e35f48de62a5600.zip |
dev-ml/labltk: adjust OCaml dep
Bug: https://bugs.gentoo.org/817980
Closes: https://bugs.gentoo.org/822222
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/labltk/labltk-8.06.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/labltk/labltk-8.06.11.ebuild b/dev-ml/labltk/labltk-8.06.11.ebuild index 3390c7d7b988..17c7758e6511 100644 --- a/dev-ml/labltk/labltk-8.06.11.ebuild +++ b/dev-ml/labltk/labltk-8.06.11.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-li IUSE="+ocamlopt X" RDEPEND="dev-lang/tk:= - >=dev-lang/ocaml-4.11:=[ocamlopt?,X(+)?]" + >=dev-lang/ocaml-4.13:=[ocamlopt?,X(+)?]" DEPEND="${RDEPEND} dev-ml/findlib " |