From: Alexis Ballier Date: Thu, 9 Mar 2017 19:10:34 +0000 (+0100) Subject: dev-ml/async_unix: Add missing dev-ml/core dep, bug #612130 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=11972e62de654411b56c22f76c6d90166eded440;p=gentoo.git dev-ml/async_unix: Add missing dev-ml/core dep, bug #612130 Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- 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 5e0176cbf483..0d7d9a3064de 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"