commit: c53b58ae98a9c3b56070f9eb0d0a2348ae6c518f Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Thu Oct 27 14:54:04 2022 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Thu Oct 27 14:56:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c53b58ae
dev-ml/seq: not needed for ocaml >= 4.07 Closes: https://bugs.gentoo.org/878289 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/seq/seq-0.3.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-ml/seq/seq-0.3.ebuild b/dev-ml/seq/seq-0.3.ebuild index 7f7482efb9b0..3ae37ac37172 100644 --- a/dev-ml/seq/seq-0.3.ebuild +++ b/dev-ml/seq/seq-0.3.ebuild @@ -11,5 +11,7 @@ SRC_URI="https://github.com/c-cube/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="+ocamlopt" + +RDEPEND="<dev-lang/ocaml-4.07"
