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 5E4F4139694 for ; Sun, 25 Jun 2017 14:43:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B30DD25401E; Sun, 25 Jun 2017 14:43:01 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9540C25401C for ; Sun, 25 Jun 2017 14:43:01 +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 C480533BEC7 for ; Sun, 25 Jun 2017 14:43:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66BEA74A8 for ; Sun, 25 Jun 2017 14:42:57 +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: <1498401762.7c766a57a96ed4732d0cdf2e2ec0770d74ed29bd.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-ipaddr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.8.0.ebuild X-VCS-Directories: dev-ml/ocaml-ipaddr/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 7c766a57a96ed4732d0cdf2e2ec0770d74ed29bd X-VCS-Branch: master Date: Sun, 25 Jun 2017 14:42:57 +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: 62186d4f-1965-4a8b-9964-289936bda768 X-Archives-Hash: b3ff0b254e8dd56a43cc3a6c688d859d commit: 7c766a57a96ed4732d0cdf2e2ec0770d74ed29bd Author: Alexis Ballier gentoo org> AuthorDate: Sun Jun 25 11:28:23 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sun Jun 25 14:42:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c766a57 dev-ml/ocaml-ipaddr: add missing dev-ml/ppx_type_conv:= dep Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.8.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.8.0.ebuild b/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.8.0.ebuild index dae346c4e2c..963f7245bbd 100644 --- a/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.8.0.ebuild +++ b/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.8.0.ebuild @@ -15,6 +15,7 @@ IUSE="+ocamlopt test" RDEPEND="dev-ml/sexplib:= dev-ml/ppx_sexp_conv:= dev-ml/ppx_core:= + dev-ml/ppx_type_conv:= dev-lang/ocaml:=[ocamlopt?] " DEPEND="${RDEPEND}