From 8c2d78eceecb7d1f50f14c6b15df0f9446849ee0 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Thu, 21 Apr 2022 02:02:07 +0200 Subject: [PATCH] dev-ml/polly: update HOMEPAGE Signed-off-by: Alessandro Barbieri --- dev-ml/polly/polly-0.2.2.ebuild | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/dev-ml/polly/polly-0.2.2.ebuild b/dev-ml/polly/polly-0.2.2.ebuild index a39abb639d..22e9e7d86f 100644 --- a/dev-ml/polly/polly-0.2.2.ebuild +++ b/dev-ml/polly/polly-0.2.2.ebuild @@ -6,7 +6,10 @@ EAPI=8 inherit dune DESCRIPTION="OCaml bindings for Linux epoll(2)" -HOMEPAGE="https://github.com/lindig/polly" +HOMEPAGE=" + https://github.com/lindig/polly + https://opam.ocaml.org/packages/polly/ +" SRC_URI="https://github.com/lindig/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" @@ -14,8 +17,8 @@ SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="ocamlopt" -DEPEND=" - dev-ml/base-unix - dev-ml/cmdliner +RDEPEND=" + dev-lang/ocaml:=[ocamlopt?] + dev-ml/cmdliner:= " -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND}"