diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-01-12 20:12:30 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-01-12 20:12:30 +0100 |
commit | 2f8f145f23ac8838a1a2478a0eea3a1958faf1e0 (patch) | |
tree | e27371af6d8f73bbb45e3f874681a4cac9e01056 /dev-ml/labltk | |
parent | dev-ml/num: respect ocamlopt (diff) | |
download | gentoo-2f8f145f23ac8838a1a2478a0eea3a1958faf1e0.tar.gz gentoo-2f8f145f23ac8838a1a2478a0eea3a1958faf1e0.tar.bz2 gentoo-2f8f145f23ac8838a1a2478a0eea3a1958faf1e0.zip |
dev-ml/labltk: fix DEPS on ocaml-4.12 max
Closes: https://bugs.gentoo.org/822267
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/labltk')
-rw-r--r-- | dev-ml/labltk/labltk-8.06.10.ebuild | 3 | ||||
-rw-r--r-- | dev-ml/labltk/labltk-8.06.9.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-ml/labltk/labltk-8.06.10.ebuild b/dev-ml/labltk/labltk-8.06.10.ebuild index df062570447a..8c4ae9062615 100644 --- a/dev-ml/labltk/labltk-8.06.10.ebuild +++ b/dev-ml/labltk/labltk-8.06.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,6 +16,7 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 x86 ~amd64-linux ~x IUSE="+ocamlopt X" RDEPEND="dev-lang/tk:= + <dev-lang/ocaml-4.13 >=dev-lang/ocaml-4.11:=[ocamlopt?,X(+)?]" DEPEND="${RDEPEND} dev-ml/findlib diff --git a/dev-ml/labltk/labltk-8.06.9.ebuild b/dev-ml/labltk/labltk-8.06.9.ebuild index 10d78bc548ad..dabb658293ef 100644 --- a/dev-ml/labltk/labltk-8.06.9.ebuild +++ b/dev-ml/labltk/labltk-8.06.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,6 +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.13 >=dev-lang/ocaml-4.11:=[ocamlopt?,X(+)?]" DEPEND="${RDEPEND} dev-ml/findlib |