diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2020-02-09 22:12:59 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2020-02-09 22:13:20 +0100 |
commit | c96cea487e4791a2e61c210a2ec036d2649377ba (patch) | |
tree | c220885b657e89dafabd317810ad03a27d6272dc /dev-ml/ocamlbuild | |
parent | sys-apps/man-pages: version bump to 5.05 (diff) | |
download | gentoo-c96cea487e4791a2e61c210a2ec036d2649377ba.tar.gz gentoo-c96cea487e4791a2e61c210a2ec036d2649377ba.tar.bz2 gentoo-c96cea487e4791a2e61c210a2ec036d2649377ba.zip |
dev-ml/ocamlbuild: 0.10.1 and 0.11.0 don't compile with ocaml-4.09
Bug: https://bugs.gentoo.org/708872
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/ocamlbuild')
-rw-r--r-- | dev-ml/ocamlbuild/ocamlbuild-0.10.1.ebuild | 5 | ||||
-rw-r--r-- | dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.10.1.ebuild b/dev-ml/ocamlbuild/ocamlbuild-0.10.1.ebuild index 62366767e29c..10847fc11e60 100644 --- a/dev-ml/ocamlbuild/ocamlbuild-0.10.1.ebuild +++ b/dev-ml/ocamlbuild/ocamlbuild-0.10.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 @@ -12,7 +12,8 @@ SLOT="0/${PV}" KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="+ocamlopt" -DEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?]" +# does not compile with ocaml-4.09 (bug # 708696 and #708872) +DEPEND="<dev-lang/ocaml-4.09:=[ocamlopt?]" RDEPEND="${DEPEND} !<dev-ml/findlib-1.6.1-r1 " diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild b/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild index 4556ac43c4db..96f238627e93 100644 --- a/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild +++ b/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~a IUSE="+ocamlopt test" RESTRICT="!test? ( test )" -DEPEND=">=dev-lang/ocaml-4.02.3-r1:=[ocamlopt?]" +# does not compile with ocaml-4.09 (bug # 708696 and #708872) +DEPEND="<dev-lang/ocaml-4.09:=[ocamlopt?]" RDEPEND="${DEPEND} !<dev-ml/findlib-1.6.1-r1 " |