From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 592E81388C1 for ; Tue, 1 Mar 2016 18:48:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F17B221C025; Tue, 1 Mar 2016 18:47:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0307321C026 for ; Tue, 1 Mar 2016 18:47:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33B8C340B29 for ; Tue, 1 Mar 2016 18:47:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BE97209B for ; Tue, 1 Mar 2016 18:47:50 +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: <1456858057.469d308f63735fac8ecc1816acc527678ba30c88.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.7.ebuild X-VCS-Directories: dev-ml/js_of_ocaml/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 469d308f63735fac8ecc1816acc527678ba30c88 X-VCS-Branch: master Date: Tue, 1 Mar 2016 18:47:50 +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: f161c1fd-cba4-4b50-b590-dde489f5adb4 X-Archives-Hash: 3816fd6fc82e9c76ead7e8fc5b5eded5 commit: 469d308f63735fac8ecc1816acc527678ba30c88 Author: Alexis Ballier gentoo org> AuthorDate: Tue Mar 1 18:20:32 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Mar 1 18:47:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=469d308f dev-ml/js_of_ocaml: add ocamlbuild dep Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier gentoo.org> dev-ml/js_of_ocaml/js_of_ocaml-2.7.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-ml/js_of_ocaml/js_of_ocaml-2.7.ebuild b/dev-ml/js_of_ocaml/js_of_ocaml-2.7.ebuild index 8967f79..420e7ae 100644 --- a/dev-ml/js_of_ocaml/js_of_ocaml-2.7.ebuild +++ b/dev-ml/js_of_ocaml/js_of_ocaml-2.7.ebuild @@ -15,7 +15,7 @@ SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="+ocamlopt doc +deriving +ppx +ppx-deriving +react +xml X" -DEPEND=" +RDEPEND=" >=dev-lang/ocaml-3.12:=[ocamlopt?,X?] >=dev-ml/lwt-2.4.4:= react? ( dev-ml/react:= dev-ml/reactiveData:= ) @@ -28,7 +28,8 @@ DEPEND=" dev-ml/camlp4:= dev-ml/cppo:= deriving? ( >=dev-ml/deriving-0.6:= )" -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + dev-ml/ocamlbuild" src_configure() { printf "\n\n" >> Makefile.conf