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 99DF91388C1 for ; Tue, 1 Mar 2016 18:48:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B367E21C022; 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 20A6521C028 for ; Tue, 1 Mar 2016 18:47:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33B8C340B7A 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 285652099 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.6d44d78c59b8cbb66cf61a2025fddb9b8e3fb72d.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/menhir/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/menhir/menhir-20151112.ebuild X-VCS-Directories: dev-ml/menhir/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 6d44d78c59b8cbb66cf61a2025fddb9b8e3fb72d 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: 1822dee8-6531-42a0-9014-416edf9e5e0e X-Archives-Hash: 1cf3fc2a174b9aa9b89ba628f96788a9 commit: 6d44d78c59b8cbb66cf61a2025fddb9b8e3fb72d Author: Alexis Ballier gentoo org> AuthorDate: Tue Mar 1 18:18:17 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=6d44d78c dev-ml/menhir: add ocamlbuild dep Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier gentoo.org> dev-ml/menhir/menhir-20151112.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-ml/menhir/menhir-20151112.ebuild b/dev-ml/menhir/menhir-20151112.ebuild index a8d4107..61fb1e2 100644 --- a/dev-ml/menhir/menhir-20151112.ebuild +++ b/dev-ml/menhir/menhir-20151112.ebuild @@ -15,8 +15,9 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="examples +ocamlopt" -DEPEND=">=dev-lang/ocaml-4.02:=[ocamlopt?]" -RDEPEND="${DEPEND}" +RDEPEND=">=dev-lang/ocaml-4.02:=[ocamlopt?]" +DEPEND="${RDEPEND} + dev-ml/ocamlbuild" src_configure() { if ! use ocamlopt ; then