diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-03-09 20:10:34 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-03-09 20:10:34 +0100 |
commit | 11972e62de654411b56c22f76c6d90166eded440 (patch) | |
tree | 9187c84fcc77cd4d6fbec72ced661ad46ba0b6cf /dev-ml/async_unix | |
parent | app-emulation/qemu: use pax-mark "mr" instead of pax-mark "m", bug #575594 (diff) | |
download | gentoo-11972e62de654411b56c22f76c6d90166eded440.tar.gz gentoo-11972e62de654411b56c22f76c6d90166eded440.tar.bz2 gentoo-11972e62de654411b56c22f76c6d90166eded440.zip |
dev-ml/async_unix: Add missing dev-ml/core dep, bug #612130
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-ml/async_unix')
-rw-r--r-- | dev-ml/async_unix/async_unix-113.33.00.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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" |