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 95FD5139694 for ; Sun, 25 Jun 2017 14:43:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9679025401D; 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 786AA25401C 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 A1B3F34194B 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 1A4AD74A4 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: <1498401761.92365b1ecfc9133602fc9d6ffae4e6f729ad8a1a.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: 92365b1ecfc9133602fc9d6ffae4e6f729ad8a1a 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: 00b8fbee-a865-4c17-8807-733b3a68316f X-Archives-Hash: 44681f86437286b379554361a23b9565 commit: 92365b1ecfc9133602fc9d6ffae4e6f729ad8a1a Author: Alexis Ballier gentoo org> AuthorDate: Sun Jun 25 10:57:42 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sun Jun 25 14:42:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92365b1e dev-ml/ocaml-ipaddr: add missing ppx_core:= 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 0892920b762..dae346c4e2c 100644 --- a/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.8.0.ebuild +++ b/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.8.0.ebuild @@ -14,6 +14,7 @@ IUSE="+ocamlopt test" RDEPEND="dev-ml/sexplib:= dev-ml/ppx_sexp_conv:= + dev-ml/ppx_core:= dev-lang/ocaml:=[ocamlopt?] " DEPEND="${RDEPEND}