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 CC5DA139695 for ; Sat, 15 Apr 2017 10:28:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E62DAE0C31; Sat, 15 Apr 2017 10:27:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C76F2E0C31 for ; Sat, 15 Apr 2017 10:27:59 +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 59252341130 for ; Sat, 15 Apr 2017 10:27:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75B007430 for ; Sat, 15 Apr 2017 10:27:56 +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: <1492252066.6d0226e65ff61fb61ee8cec580bedc29a6dc84c4.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_sexp_conv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.9.0.ebuild X-VCS-Directories: dev-ml/ppx_sexp_conv/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 6d0226e65ff61fb61ee8cec580bedc29a6dc84c4 X-VCS-Branch: master Date: Sat, 15 Apr 2017 10:27:56 +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: 6908ca90-64b6-41ae-ae4d-b6dd1eb6ca0c X-Archives-Hash: 289f754eac2afacf7044f28e844eb881 commit: 6d0226e65ff61fb61ee8cec580bedc29a6dc84c4 Author: Alexis Ballier gentoo org> AuthorDate: Fri Apr 14 14:43:11 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Apr 15 10:27:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d0226e6 dev-ml/ppx_sexp_conv: add missing dep on ppx_optcomp Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.9.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.9.0.ebuild b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.9.0.ebuild index f5d0e8d3410..f200d317bfb 100644 --- a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.9.0.ebuild +++ b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.9.0.ebuild @@ -17,6 +17,7 @@ DEPEND=" dev-ml/ppx_driver:= dev-ml/ppx_type_conv:= dev-ml/ppx_metaquot:= + dev-ml/ppx_optcomp:= dev-ml/sexplib:= dev-ml/ocaml-migrate-parsetree:= "