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 33635139694 for ; Thu, 29 Jun 2017 20:28:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEBFF254120; Thu, 29 Jun 2017 20:28:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B70D25411F for ; Thu, 29 Jun 2017 20:28:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2C199341892 for ; Thu, 29 Jun 2017 20:28:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4268A74B1 for ; Thu, 29 Jun 2017 20:28:16 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1498768083.5da9e756aa8d5ad3fbf3b5df31ab0c20da28420f.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/topkg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/topkg/topkg-0.9.0.ebuild X-VCS-Directories: dev-ml/topkg/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 5da9e756aa8d5ad3fbf3b5df31ab0c20da28420f X-VCS-Branch: master Date: Thu, 29 Jun 2017 20:28:16 +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-Archives-Salt: 6f564b59-cb42-4ac7-b3bd-d5c60af0af0f X-Archives-Hash: 0d9dacb427edee3303afac334992ed7d commit: 5da9e756aa8d5ad3fbf3b5df31ab0c20da28420f Author: Alexis Ballier gentoo org> AuthorDate: Thu Jun 29 11:53:05 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Jun 29 20:28:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5da9e756 dev-ml/topkg: add missing findlib dep Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-ml/topkg/topkg-0.9.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ml/topkg/topkg-0.9.0.ebuild b/dev-ml/topkg/topkg-0.9.0.ebuild index c787438564b..5465a84deac 100644 --- a/dev-ml/topkg/topkg-0.9.0.ebuild +++ b/dev-ml/topkg/topkg-0.9.0.ebuild @@ -16,6 +16,7 @@ IUSE="" RDEPEND="dev-ml/result:= dev-ml/ocamlbuild:= + dev-ml/findlib:= dev-lang/ocaml:=" DEPEND="${RDEPEND}"