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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C0520138359 for ; Thu, 15 Oct 2020 13:20:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A78DE0821; Thu, 15 Oct 2020 13:20:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0A5DE0821 for ; Thu, 15 Oct 2020 13:20:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99AB5340EDB for ; Thu, 15 Oct 2020 13:20:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AC23388 for ; Thu, 15 Oct 2020 13:20:32 +0000 (UTC) From: "Mark Wright" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mark Wright" Message-ID: <1602767998.6ecd1d2639a50ced08e2eaa47fdff01086a41695.gienah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/cinaps/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/cinaps/cinaps-0.14.0.ebuild X-VCS-Directories: dev-ml/cinaps/ X-VCS-Committer: gienah X-VCS-Committer-Name: Mark Wright X-VCS-Revision: 6ecd1d2639a50ced08e2eaa47fdff01086a41695 X-VCS-Branch: master Date: Thu, 15 Oct 2020 13:20:32 +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: 0a4e81e7-68c0-4d7a-9e3f-6e2ee5b603ea X-Archives-Hash: ae580f9859feecbaffa5a433301a8363 commit: 6ecd1d2639a50ced08e2eaa47fdff01086a41695 Author: Mark Wright gentoo org> AuthorDate: Thu Oct 15 13:19:58 2020 +0000 Commit: Mark Wright gentoo org> CommitDate: Thu Oct 15 13:19:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ecd1d26 dev-ml/cinaps: Add RDEPEND dev-ml/findlib:= Thanks to Agostino Sarubbo for reporting. Closes: https://bugs.gentoo.org/748645 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Mark Wright gentoo.org> dev-ml/cinaps/cinaps-0.14.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ml/cinaps/cinaps-0.14.0.ebuild b/dev-ml/cinaps/cinaps-0.14.0.ebuild index aeb08474dbf..a39504307bc 100644 --- a/dev-ml/cinaps/cinaps-0.14.0.ebuild +++ b/dev-ml/cinaps/cinaps-0.14.0.ebuild @@ -16,6 +16,7 @@ IUSE="+ocamlopt test" RESTRICT="!test? ( test )" DEPEND=" + dev-ml/findlib:= dev-ml/re:= " RDEPEND="${DEPEND}"