commit: 8c2d78eceecb7d1f50f14c6b15df0f9446849ee0 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Thu Apr 21 00:02:07 2022 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Thu Apr 21 00:02:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c2d78ec
dev-ml/polly: update HOMEPAGE Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> 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 a39abb639..22e9e7d86 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}"
