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 250AD139085 for ; Sun, 25 Dec 2016 16:40:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B193234333; Sun, 25 Dec 2016 16:40:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49DD1234333 for ; Sun, 25 Dec 2016 16:40:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1F7E340FC1 for ; Sun, 25 Dec 2016 16:40:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA4F724B0 for ; Sun, 25 Dec 2016 16:40:11 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1482684010.653055b0e4acd00dbe71845ebb3d240f84a60ccc.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/zeromq/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/zeromq/zeromq-4.2.0-r1.ebuild net-libs/zeromq/zeromq-4.2.0.ebuild X-VCS-Directories: net-libs/zeromq/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 653055b0e4acd00dbe71845ebb3d240f84a60ccc X-VCS-Branch: master Date: Sun, 25 Dec 2016 16:40:11 +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: 47f70139-33f6-421c-ac6a-52514c5298a5 X-Archives-Hash: 22dfb68b6d51e1e105cc5e363df8e144 commit: 653055b0e4acd00dbe71845ebb3d240f84a60ccc Author: Justin Lecher gentoo org> AuthorDate: Sun Dec 25 16:39:44 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Dec 25 16:40:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=653055b0 net-libs/zeromq: Hard depened on sys-libs/libunwind There is an automatic dependency on sys-libs/libunwind and upstreams issues a warning if not installed and used anyway. Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher gentoo.org> net-libs/zeromq/{zeromq-4.2.0.ebuild => zeromq-4.2.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/net-libs/zeromq/zeromq-4.2.0.ebuild b/net-libs/zeromq/zeromq-4.2.0-r1.ebuild similarity index 98% rename from net-libs/zeromq/zeromq-4.2.0.ebuild rename to net-libs/zeromq/zeromq-4.2.0-r1.ebuild index c6b044a..7cb9413 100644 --- a/net-libs/zeromq/zeromq-4.2.0.ebuild +++ b/net-libs/zeromq/zeromq-4.2.0-r1.ebuild @@ -16,6 +16,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x8 IUSE="pgm +sodium static-libs test" RDEPEND=" + sys-libs/libunwind sodium? ( dev-libs/libsodium:= ) pgm? ( =net-libs/openpgm-5.2.122 )" DEPEND="${RDEPEND}