Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ignition-transport/
Date: Mon, 21 Sep 2015 08:09:17
Message-Id: 1442822921.ee853c6c2c994e9b862782674aedf4c9258c93db.aballier@gentoo
1 commit: ee853c6c2c994e9b862782674aedf4c9258c93db
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 08:08:41 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 08:08:41 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee853c6c
7
8 net-libs/ignition-transport: Add minimal version on zeromq dep. Might fix bug #560930.
9
10 Package-Manager: portage-2.2.20.1
11
12 net-libs/ignition-transport/ignition-transport-0.7.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/ignition-transport/ignition-transport-0.7.0.ebuild b/net-libs/ignition-transport/ignition-transport-0.7.0.ebuild
16 index 0ad985f..1a6971c 100644
17 --- a/net-libs/ignition-transport/ignition-transport-0.7.0.ebuild
18 +++ b/net-libs/ignition-transport/ignition-transport-0.7.0.ebuild
19 @@ -17,7 +17,7 @@ IUSE=""
20
21 DEPEND="
22 dev-libs/protobuf:=
23 - net-libs/zeromq:=
24 + >=net-libs/zeromq-3.2.0:=
25 sys-apps/util-linux
26 "
27 RDEPEND="${DEPEND}"