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 68A6B59CA3 for ; Mon, 7 Mar 2016 17:48:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B256C21C03B; Mon, 7 Mar 2016 17:48:24 +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 542DF21C03B for ; Mon, 7 Mar 2016 17:48:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3C14F340B65 for ; Mon, 7 Mar 2016 17:48:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD8561607 for ; Mon, 7 Mar 2016 17:48:20 +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: <1457372886.bb966016a081473cbd1d95889ad0c7f10f05a018.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/async/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/async/async-113.24.00.ebuild X-VCS-Directories: dev-ml/async/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: bb966016a081473cbd1d95889ad0c7f10f05a018 X-VCS-Branch: master Date: Mon, 7 Mar 2016 17:48:20 +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: 2af817ae-78d7-4ff0-8231-872e942f83b4 X-Archives-Hash: 7e0249659da09887abd2c7e617bfc24a commit: bb966016a081473cbd1d95889ad0c7f10f05a018 Author: Alexis Ballier gentoo org> AuthorDate: Mon Mar 7 17:48:06 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Mar 7 17:48:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb966016 dev-ml/async: add missing dep on async_extra Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier gentoo.org> dev-ml/async/async-113.24.00.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ml/async/async-113.24.00.ebuild b/dev-ml/async/async-113.24.00.ebuild index a3ad66e..f0cee4c 100644 --- a/dev-ml/async/async-113.24.00.ebuild +++ b/dev-ml/async/async-113.24.00.ebuild @@ -21,6 +21,7 @@ IUSE="examples" RDEPEND=">=dev-lang/ocaml-4.02.0:= >=dev-ml/async_kernel-${PV}:= >=dev-ml/async_unix-${PV}:= + >=dev-ml/async_extra-${PV}:= dev-ml/bin-prot:= dev-ml/core:= dev-ml/fieldslib:=