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 1B9BA139694 for ; Thu, 9 Mar 2017 19:10:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33C7EE0C64; Thu, 9 Mar 2017 19:10:56 +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 1396DE0C64 for ; Thu, 9 Mar 2017 19:10:56 +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 14DA134105A for ; Thu, 9 Mar 2017 19:10:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D863627D for ; Thu, 9 Mar 2017 19:10:53 +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: <1489086634.11972e62de654411b56c22f76c6d90166eded440.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_unix/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/async_unix/async_unix-113.33.00.ebuild X-VCS-Directories: dev-ml/async_unix/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 11972e62de654411b56c22f76c6d90166eded440 X-VCS-Branch: master Date: Thu, 9 Mar 2017 19:10:53 +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: 5a8cece6-fbb8-49e4-a3ff-bc4df6bc1bb2 X-Archives-Hash: f006d65b03703fa2cfbb5bb3044baf5c commit: 11972e62de654411b56c22f76c6d90166eded440 Author: Alexis Ballier gentoo org> AuthorDate: Thu Mar 9 19:10:34 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Mar 9 19:10:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11972e62 dev-ml/async_unix: Add missing dev-ml/core dep, bug #612130 Package-Manager: Portage-2.3.4, Repoman-2.3.2 dev-ml/async_unix/async_unix-113.33.00.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ml/async_unix/async_unix-113.33.00.ebuild b/dev-ml/async_unix/async_unix-113.33.00.ebuild index 5e0176cbf48..0d7d9a3064d 100644 --- a/dev-ml/async_unix/async_unix-113.33.00.ebuild +++ b/dev-ml/async_unix/async_unix-113.33.00.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -31,6 +31,7 @@ RDEPEND=" >=dev-ml/sexplib-109.20.00:= dev-ml/typerep:= dev-ml/variantslib:= + dev-ml/core:= " DEPEND="${RDEPEND} dev-ml/opam"