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 81705138330 for ; Tue, 13 Sep 2016 13:23:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA81EE0BE0; Tue, 13 Sep 2016 13:22:52 +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 9FCC1E0BE0 for ; Tue, 13 Sep 2016 13:22:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AFC3A3406F2 for ; Tue, 13 Sep 2016 13:22:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C2162475 for ; Tue, 13 Sep 2016 13:22:44 +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: <1473772960.162aa8c4faede65ca9b69e244896f3c8c9123a28.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_deriving/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ppx_deriving/ppx_deriving-4.0.ebuild X-VCS-Directories: dev-ml/ppx_deriving/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 162aa8c4faede65ca9b69e244896f3c8c9123a28 X-VCS-Branch: master Date: Tue, 13 Sep 2016 13:22:44 +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: 0c3682e4-cad5-414e-b2e1-db9faa930a30 X-Archives-Hash: 9442e7246b8e7c0309b4e84594c6ecc0 commit: 162aa8c4faede65ca9b69e244896f3c8c9123a28 Author: Alexis Ballier gentoo org> AuthorDate: Tue Sep 13 13:21:07 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Sep 13 13:22:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=162aa8c4 dev-ml/ppx_deriving: add missing build dep on cppo, bug #593620 Package-Manager: portage-2.3.0 dev-ml/ppx_deriving/ppx_deriving-4.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ml/ppx_deriving/ppx_deriving-4.0.ebuild b/dev-ml/ppx_deriving/ppx_deriving-4.0.ebuild index 17feda3..342f5d7 100644 --- a/dev-ml/ppx_deriving/ppx_deriving-4.0.ebuild +++ b/dev-ml/ppx_deriving/ppx_deriving-4.0.ebuild @@ -19,6 +19,7 @@ DEPEND="dev-ml/ppx_tools:= >=dev-lang/ocaml-4.02.3:=[ocamlopt?]" RDEPEND="${DEPEND}" DEPEND="${RDEPEND} + dev-ml/cppo dev-ml/opam test? ( dev-ml/ounit )"