From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-944142-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 0651B139694
	for <garchives@archives.gentoo.org>; Sat, 15 Apr 2017 10:28:02 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D9F2EE0C37;
	Sat, 15 Apr 2017 10:27:59 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 B4C15E0C2F
	for <gentoo-commits@lists.gentoo.org>; Sat, 15 Apr 2017 10:27:59 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 5597B34112A
	for <gentoo-commits@lists.gentoo.org>; Sat, 15 Apr 2017 10:27:58 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 629857429
	for <gentoo-commits@lists.gentoo.org>; Sat, 15 Apr 2017 10:27:56 +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: <1492252066.1b06368ee2482401744886086d598032cb78768c.aballier@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_here/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ml/ppx_here/ppx_here-0.9.0.ebuild
X-VCS-Directories: dev-ml/ppx_here/
X-VCS-Committer: aballier
X-VCS-Committer-Name: Alexis Ballier
X-VCS-Revision: 1b06368ee2482401744886086d598032cb78768c
X-VCS-Branch: master
Date: Sat, 15 Apr 2017 10:27:56 +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: 372fdfad-3ba8-4f66-bb47-ff6d70dfb3df
X-Archives-Hash: e35db5ca63d15067a8816fabdb71c419

commit:     1b06368ee2482401744886086d598032cb78768c
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 14 13:58:28 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Apr 15 10:27:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b06368e

dev-ml/ppx_here: add missing dep on ppx_optcomp

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ml/ppx_here/ppx_here-0.9.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-ml/ppx_here/ppx_here-0.9.0.ebuild b/dev-ml/ppx_here/ppx_here-0.9.0.ebuild
index d85120d5b81..40ed6efdfd8 100644
--- a/dev-ml/ppx_here/ppx_here-0.9.0.ebuild
+++ b/dev-ml/ppx_here/ppx_here-0.9.0.ebuild
@@ -16,6 +16,7 @@ DEPEND="
 	dev-lang/ocaml:=
 	dev-ml/ppx_core:=
 	dev-ml/ppx_driver:=
+	dev-ml/ppx_optcomp:=
 	dev-ml/ocaml-migrate-parsetree:=
 "
 RDEPEND="${DEPEND}"