diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-04-21 02:02:07 +0200 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-04-21 02:02:07 +0200 |
commit | 8c2d78eceecb7d1f50f14c6b15df0f9446849ee0 (patch) | |
tree | da564d2b14334a4874774479f2e137ac72c15a76 /dev-ml | |
parent | dev-ml/qmp: replace dep on base-* with ocaml (diff) | |
download | guru-8c2d78eceecb7d1f50f14c6b15df0f9446849ee0.tar.gz guru-8c2d78eceecb7d1f50f14c6b15df0f9446849ee0.tar.bz2 guru-8c2d78eceecb7d1f50f14c6b15df0f9446849ee0.zip |
dev-ml/polly: update HOMEPAGE
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/polly/polly-0.2.2.ebuild | 13 |
1 files 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}" |