From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E41C51387B1 for ; Mon, 21 Sep 2015 08:09:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E6FCE08C6; Mon, 21 Sep 2015 08:09:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6A6FE08C6 for ; Mon, 21 Sep 2015 08:09:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C712C340614 for ; Mon, 21 Sep 2015 08:09:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DB47202 for ; Mon, 21 Sep 2015 08:09:10 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1442822921.ee853c6c2c994e9b862782674aedf4c9258c93db.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ignition-transport/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/ignition-transport/ignition-transport-0.7.0.ebuild X-VCS-Directories: net-libs/ignition-transport/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: ee853c6c2c994e9b862782674aedf4c9258c93db X-VCS-Branch: master Date: Mon, 21 Sep 2015 08:09:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8a77b25f-7371-4a20-af30-119ab5b61d49 X-Archives-Hash: a69a3d1dbbe796af5a9beb9ccceab25f commit: ee853c6c2c994e9b862782674aedf4c9258c93db Author: Alexis Ballier gentoo org> AuthorDate: Mon Sep 21 08:08:41 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Sep 21 08:08:41 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee853c6c net-libs/ignition-transport: Add minimal version on zeromq dep. Might fix bug #560930. Package-Manager: portage-2.2.20.1 net-libs/ignition-transport/ignition-transport-0.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/ignition-transport/ignition-transport-0.7.0.ebuild b/net-libs/ignition-transport/ignition-transport-0.7.0.ebuild index 0ad985f..1a6971c 100644 --- a/net-libs/ignition-transport/ignition-transport-0.7.0.ebuild +++ b/net-libs/ignition-transport/ignition-transport-0.7.0.ebuild @@ -17,7 +17,7 @@ IUSE="" DEPEND=" dev-libs/protobuf:= - net-libs/zeromq:= + >=net-libs/zeromq-3.2.0:= sys-apps/util-linux " RDEPEND="${DEPEND}"