commit: 11972e62de654411b56c22f76c6d90166eded440
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 9 19:10:34 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> 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"