From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-942331-garchives=archives.gentoo.org@lists.gentoo.org>
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 8D8B1139694
	for <garchives@archives.gentoo.org>; Sun,  2 Apr 2017 08:39:22 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 10E68E0C3A;
	Sun,  2 Apr 2017 08:39:02 +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 E4479E0C3A
	for <gentoo-commits@lists.gentoo.org>; Sun,  2 Apr 2017 08:38:51 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 08A34341653
	for <gentoo-commits@lists.gentoo.org>; Sun,  2 Apr 2017 08:38:37 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7906B73FC
	for <gentoo-commits@lists.gentoo.org>; Sun,  2 Apr 2017 08:38:33 +0000 (UTC)
From: "Alexis Ballier" <aballier@gentoo.org>
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" <aballier@gentoo.org>
Message-ID: <1491122284.f0052ee99fb6892518b5f4637764a2d19900e44b.aballier@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/atd/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ml/atd/atd-1.2.0.ebuild
X-VCS-Directories: dev-ml/atd/
X-VCS-Committer: aballier
X-VCS-Committer-Name: Alexis Ballier
X-VCS-Revision: f0052ee99fb6892518b5f4637764a2d19900e44b
X-VCS-Branch: master
Date: Sun,  2 Apr 2017 08:38:33 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: b1cb00b8-b2cf-43b3-b323-53d31120ceb2
X-Archives-Hash: 8d20aca9482302cecad6e72a78b27245

commit:     f0052ee99fb6892518b5f4637764a2d19900e44b
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  1 22:32:48 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Apr  2 08:38:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0052ee9

dev-ml/atd: Add missin menhir dep, bug #614442

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ml/atd/atd-1.2.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-ml/atd/atd-1.2.0.ebuild b/dev-ml/atd/atd-1.2.0.ebuild
index fa19f7ffc25..8f343658f39 100644
--- a/dev-ml/atd/atd-1.2.0.ebuild
+++ b/dev-ml/atd/atd-1.2.0.ebuild
@@ -17,6 +17,7 @@ IUSE="+ocamlopt"
 DEPEND="
 	dev-lang/ocaml:=[ocamlopt?]
 	dev-ml/easy-format:=[ocamlopt?]
+	dev-ml/menhir:=[ocamlopt?]
 "
 RDEPEND="${DEPEND}"