diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2020-02-09 21:44:37 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2020-02-09 21:44:37 +0100 |
commit | 30653374dc06b0810dbf542349cd18121a99751e (patch) | |
tree | b8030a5072c2f6aebf12756ff802af8b49d6dd10 /dev-ml/findlib | |
parent | media-sound/cmus: Drop USE cue (diff) | |
download | gentoo-30653374dc06b0810dbf542349cd18121a99751e.tar.gz gentoo-30653374dc06b0810dbf542349cd18121a99751e.tar.bz2 gentoo-30653374dc06b0810dbf542349cd18121a99751e.zip |
dev-ml/findlib: 1.7* does not compile with ocaml-4.09
Bug: https://bugs.gentoo.org/708696
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-ml/findlib')
-rw-r--r-- | dev-ml/findlib/findlib-1.7.1.ebuild | 5 | ||||
-rw-r--r-- | dev-ml/findlib/findlib-1.7.2.ebuild | 5 | ||||
-rw-r--r-- | dev-ml/findlib/findlib-1.7.3.ebuild | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/dev-ml/findlib/findlib-1.7.1.ebuild b/dev-ml/findlib/findlib-1.7.1.ebuild index 2db445777513..52d717f9e354 100644 --- a/dev-ml/findlib/findlib-1.7.1.ebuild +++ b/dev-ml/findlib/findlib-1.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,8 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -DEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?] +# it does not compile with ocaml-4.09 (bug #708696) +DEPEND="<dev-lang/ocaml-4.09:=[ocamlopt?] tk? ( dev-ml/labltk:= )" RDEPEND="${DEPEND}" diff --git a/dev-ml/findlib/findlib-1.7.2.ebuild b/dev-ml/findlib/findlib-1.7.2.ebuild index afff28f8195e..895452b724a4 100644 --- a/dev-ml/findlib/findlib-1.7.2.ebuild +++ b/dev-ml/findlib/findlib-1.7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,8 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -DEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?] +# it does not compile with ocaml-4.09 (bug #708696) +DEPEND="<dev-lang/ocaml-4.09:=[ocamlopt?] tk? ( dev-ml/labltk:= )" RDEPEND="${DEPEND}" diff --git a/dev-ml/findlib/findlib-1.7.3.ebuild b/dev-ml/findlib/findlib-1.7.3.ebuild index 170528bfb1ff..691a2c9519aa 100644 --- a/dev-ml/findlib/findlib-1.7.3.ebuild +++ b/dev-ml/findlib/findlib-1.7.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,8 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -DEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?] +# it does not compile with ocaml-4.09 (bug #708696) +DEPEND="<dev-lang/ocaml-4.09:=[ocamlopt?] tk? ( dev-ml/labltk:= )" RDEPEND="${DEPEND}" |