Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/async_unix/
Date: Thu, 09 Mar 2017 19:10:57
Message-Id: 1489086634.11972e62de654411b56c22f76c6d90166eded440.aballier@gentoo
1 commit: 11972e62de654411b56c22f76c6d90166eded440
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 9 19:10:34 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 9 19:10:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11972e62
7
8 dev-ml/async_unix: Add missing dev-ml/core dep, bug #612130
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11
12 dev-ml/async_unix/async_unix-113.33.00.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-ml/async_unix/async_unix-113.33.00.ebuild b/dev-ml/async_unix/async_unix-113.33.00.ebuild
16 index 5e0176cbf48..0d7d9a3064d 100644
17 --- a/dev-ml/async_unix/async_unix-113.33.00.ebuild
18 +++ b/dev-ml/async_unix/async_unix-113.33.00.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="5"
25 @@ -31,6 +31,7 @@ RDEPEND="
26 >=dev-ml/sexplib-109.20.00:=
27 dev-ml/typerep:=
28 dev-ml/variantslib:=
29 + dev-ml/core:=
30 "
31 DEPEND="${RDEPEND} dev-ml/opam"