commit: 16e9d4e55ea6307bf56b7e0aea7def28ac61d137 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sat Jan 9 22:45:09 2021 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sat Jan 9 22:45:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16e9d4e5
dev-ml/ppxfind: requiring a previous ocaml-migrate-parsetree Closes: https://bugs.gentoo.org/748552 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/ppxfind/ppxfind-1.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/ppxfind/ppxfind-1.4.ebuild b/dev-ml/ppxfind/ppxfind-1.4.ebuild index 364bb0ea69c..b964ae76cb1 100644 --- a/dev-ml/ppxfind/ppxfind-1.4.ebuild +++ b/dev-ml/ppxfind/ppxfind-1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="+ocamlopt" DEPEND=" - dev-ml/ocaml-migrate-parsetree:= + <=dev-ml/ocaml-migrate-parsetree-1.80:= dev-ml/findlib:= " RDEPEND="${DEPEND}"
