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 95287139085 for ; Thu, 22 Dec 2016 20:07:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AB6AE0C0F; Thu, 22 Dec 2016 20:07:41 +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 DEFE7E0C0F for ; Thu, 22 Dec 2016 20:07:40 +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 F0405340FC1 for ; Thu, 22 Dec 2016 20:07:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 652A324E4 for ; Thu, 22 Dec 2016 20:07:38 +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: <1482437252.3dc083fa2d58d3d428218e755dd12b8098aaeb2d.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/js_of_ocaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/js_of_ocaml/js_of_ocaml-2.8.4.ebuild dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild X-VCS-Directories: dev-ml/js_of_ocaml/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 3dc083fa2d58d3d428218e755dd12b8098aaeb2d X-VCS-Branch: master Date: Thu, 22 Dec 2016 20:07:38 +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: 89269659-e2f0-447e-87dc-289482d9e363 X-Archives-Hash: beee37477fec8de8f807b973f9b4c72e commit: 3dc083fa2d58d3d428218e755dd12b8098aaeb2d Author: Alexis Ballier gentoo org> AuthorDate: Thu Dec 22 19:44:18 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Dec 22 20:07:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dc083fa dev-ml/js_of_ocaml: add missing dep on yojson Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ml/js_of_ocaml/js_of_ocaml-2.8.4.ebuild | 1 + dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-ml/js_of_ocaml/js_of_ocaml-2.8.4.ebuild b/dev-ml/js_of_ocaml/js_of_ocaml-2.8.4.ebuild index 1eb80bd..457de52 100644 --- a/dev-ml/js_of_ocaml/js_of_ocaml-2.8.4.ebuild +++ b/dev-ml/js_of_ocaml/js_of_ocaml-2.8.4.ebuild @@ -38,6 +38,7 @@ RDEPEND=" dev-ml/cppo:= dev-ml/uchar:= dev-ml/ocamlbuild:= + dev-ml/yojson:= deriving? ( >=dev-ml/deriving-0.6:= )" DEPEND="${RDEPEND}" diff --git a/dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild b/dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild index 1eb80bd..457de52 100644 --- a/dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild +++ b/dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild @@ -38,6 +38,7 @@ RDEPEND=" dev-ml/cppo:= dev-ml/uchar:= dev-ml/ocamlbuild:= + dev-ml/yojson:= deriving? ( >=dev-ml/deriving-0.6:= )" DEPEND="${RDEPEND}"