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 3DFF1138331 for ; Fri, 7 Oct 2016 16:28:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 871D621C17D; Fri, 7 Oct 2016 16:28:58 +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 6AB0021C17D for ; Fri, 7 Oct 2016 16:28:58 +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 225E53413F1 for ; Fri, 7 Oct 2016 16:28:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 546F924A5 for ; Fri, 7 Oct 2016 16:28:55 +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: <1475857731.298bd8ceb4e68a3846f864dcc5ee08d1ac5c2519.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.2-r1.ebuild dev-ml/js_of_ocaml/js_of_ocaml-2.8.2.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: 298bd8ceb4e68a3846f864dcc5ee08d1ac5c2519 X-VCS-Branch: master Date: Fri, 7 Oct 2016 16:28:55 +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: be3a89c5-17e1-4fe8-ac38-e678f681d1f0 X-Archives-Hash: ebed900ac6c02474ac96cfe671b29d08 commit: 298bd8ceb4e68a3846f864dcc5ee08d1ac5c2519 Author: Alexis Ballier gentoo org> AuthorDate: Fri Oct 7 16:22:17 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Oct 7 16:28:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=298bd8ce dev-ml/js_of_ocaml: move ocamlbuild to rdepend and add := dep on it Package-Manager: portage-2.3.1 .../{js_of_ocaml-2.8.2.ebuild => js_of_ocaml-2.8.2-r1.ebuild} | 4 ++-- dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ml/js_of_ocaml/js_of_ocaml-2.8.2.ebuild b/dev-ml/js_of_ocaml/js_of_ocaml-2.8.2-r1.ebuild similarity index 97% rename from dev-ml/js_of_ocaml/js_of_ocaml-2.8.2.ebuild rename to dev-ml/js_of_ocaml/js_of_ocaml-2.8.2-r1.ebuild index 41d79c3..9e1c155 100644 --- a/dev-ml/js_of_ocaml/js_of_ocaml-2.8.2.ebuild +++ b/dev-ml/js_of_ocaml/js_of_ocaml-2.8.2-r1.ebuild @@ -37,9 +37,9 @@ RDEPEND=" dev-ml/camlp4:= dev-ml/cppo:= dev-ml/uchar:= + dev-ml/ocamlbuild:= deriving? ( >=dev-ml/deriving-0.6:= )" -DEPEND="${RDEPEND} - dev-ml/ocamlbuild" +DEPEND="${RDEPEND}" src_configure() { printf "\n\n" >> Makefile.conf 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 41d79c3..9e1c155 100644 --- a/dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild +++ b/dev-ml/js_of_ocaml/js_of_ocaml-9999.ebuild @@ -37,9 +37,9 @@ RDEPEND=" dev-ml/camlp4:= dev-ml/cppo:= dev-ml/uchar:= + dev-ml/ocamlbuild:= deriving? ( >=dev-ml/deriving-0.6:= )" -DEPEND="${RDEPEND} - dev-ml/ocamlbuild" +DEPEND="${RDEPEND}" src_configure() { printf "\n\n" >> Makefile.conf