From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9C921138331 for ; Sat, 24 Feb 2018 12:31:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF03DE0815; Sat, 24 Feb 2018 12:31:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE9BEE0815 for ; Sat, 24 Feb 2018 12:31:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65D3A335C43 for ; Sat, 24 Feb 2018 12:31:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AAEA1FE for ; Sat, 24 Feb 2018 12:31:48 +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: <1519475494.568b6318474ff6c5c5c31c15c516a334f2d98949.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-4.0.0.ebuild X-VCS-Directories: net-libs/ignition-transport/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 568b6318474ff6c5c5c31c15c516a334f2d98949 X-VCS-Branch: master Date: Sat, 24 Feb 2018 12:31:48 +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: 023a109e-d5b7-49fc-b855-4d26a8f48ba1 X-Archives-Hash: 8a8da88fecc6fc1d5ebb52abf1c27ccd commit: 568b6318474ff6c5c5c31c15c516a334f2d98949 Author: Alexis Ballier gentoo org> AuthorDate: Sat Feb 24 09:51:55 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Feb 24 12:31:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=568b6318 net-libs/ignition-transport: bump zeromq dep. Closes: https://bugs.gentoo.org/648616 Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-libs/ignition-transport/ignition-transport-4.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/ignition-transport/ignition-transport-4.0.0.ebuild b/net-libs/ignition-transport/ignition-transport-4.0.0.ebuild index a2d37bb8411..90d853fe0fd 100644 --- a/net-libs/ignition-transport/ignition-transport-4.0.0.ebuild +++ b/net-libs/ignition-transport/ignition-transport-4.0.0.ebuild @@ -17,7 +17,7 @@ IUSE="" DEPEND=" net-libs/ignition-msgs:1= dev-libs/protobuf:= - >=net-libs/zeromq-3.2.0:= + >=net-libs/zeromq-4.2.0:= sys-apps/util-linux net-libs/cppzmq "