From 1099ba3b7cd35f431fb49c23b0cd408c8030c9a7 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 16 Apr 2022 14:33:40 +0200 Subject: [PATCH] dev-ml/mustache: update HOMEPAGE Closes: https://bugs.gentoo.org/838814 Signed-off-by: Alessandro Barbieri --- dev-ml/mustache/mustache-3.1.0.ebuild | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/dev-ml/mustache/mustache-3.1.0.ebuild b/dev-ml/mustache/mustache-3.1.0.ebuild index afd8eea783..6861c6c4f9 100644 --- a/dev-ml/mustache/mustache-3.1.0.ebuild +++ b/dev-ml/mustache/mustache-3.1.0.ebuild @@ -8,7 +8,10 @@ inherit dune MYPN="ocaml-${PN}" DESCRIPTION="mustache.js logic-less templates in OCaml" -HOMEPAGE="https://github.com/rgrinberg/ocaml-mustache" +HOMEPAGE=" + https://github.com/rgrinberg/ocaml-mustache + https://opam.ocaml.org/packages/mustache/ +" SRC_URI="https://github.com/rgrinberg/${MYPN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${MYPN}-${PV}" @@ -18,16 +21,12 @@ KEYWORDS="~amd64" IUSE="ocamlopt test" DEPEND=" - dev-ml/jsonm - dev-ml/menhir - dev-ml/cmdliner + dev-ml/menhir:= + dev-ml/ezjsonm:= " RDEPEND=" ${DEPEND} - test? ( - dev-ml/ounit - dev-ml/ezjsonm - ) + test? ( dev-ml/ounit ) " RESTRICT="!test? ( test )"