commit: bd78ba715315da375b0fce2efb9ce3befe1b184c Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sat Apr 16 12:28:53 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=bd78ba71
dev-ml/gmap: update HOMEPAGE Closes: https://bugs.gentoo.org/838778 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-ml/gmap/gmap-0.3.0-r2.ebuild | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/dev-ml/gmap/gmap-0.3.0-r2.ebuild b/dev-ml/gmap/gmap-0.3.0-r2.ebuild index 513c6ad69..2d6dcda34 100644 --- a/dev-ml/gmap/gmap-0.3.0-r2.ebuild +++ b/dev-ml/gmap/gmap-0.3.0-r2.ebuild @@ -6,13 +6,24 @@ EAPI=8 inherit dune DESCRIPTION="Heterogenous Map over a GADT" -HOMEPAGE="https://github.com/hannesm/gmap" +HOMEPAGE=" + https://github.com/hannesm/gmap + https://opam.ocaml.org/packages/gmap/ +" SRC_URI="https://github.com/hannesm/gmap/releases/download/${PV}/${P}.tbz" LICENSE="ISC" SLOT="0/${PV}" KEYWORDS="~amd64" -IUSE="ocamlopt" +IUSE="ocamlopt test" RDEPEND="" -DEPEND="${RDEPEND}" +DEPEND=" + ${RDEPEND} + test? ( + dev-ml/alcotest + dev-ml/fmt + ) +" + +RESTRICT="!test? ( test )"
