commit: 1099ba3b7cd35f431fb49c23b0cd408c8030c9a7 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sat Apr 16 12:33:40 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Sat Apr 16 16:20:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1099ba3b
dev-ml/mustache: update HOMEPAGE Closes: https://bugs.gentoo.org/838814 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> 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 afd8eea78..6861c6c4f 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 )"
