From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C704615808D for ; Thu, 21 Apr 2022 17:46:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51BC52BC03A; Thu, 21 Apr 2022 17:46:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E5332BC036 for ; Thu, 21 Apr 2022 17:46:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A040341D2B for ; Thu, 21 Apr 2022 17:46:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 946F43F1 for ; Thu, 21 Apr 2022 17:46:26 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1650499327.8c2d78eceecb7d1f50f14c6b15df0f9446849ee0.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-ml/polly/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-ml/polly/polly-0.2.2.ebuild X-VCS-Directories: dev-ml/polly/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 8c2d78eceecb7d1f50f14c6b15df0f9446849ee0 X-VCS-Branch: master Date: Thu, 21 Apr 2022 17:46:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fccfdaba-cf7d-495e-a07a-9b4f620535a3 X-Archives-Hash: fdde2c8ae7ca0c9e1658f7a872d74b9e commit: 8c2d78eceecb7d1f50f14c6b15df0f9446849ee0 Author: Alessandro Barbieri gmail com> AuthorDate: Thu Apr 21 00:02:07 2022 +0000 Commit: Arthur Zamarin gentoo 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 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}"