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 1E1FC139694 for ; Tue, 20 Jun 2017 11:30:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64D10E0BE5; Tue, 20 Jun 2017 11:30:00 +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 3E601E0BE5 for ; Tue, 20 Jun 2017 11:30:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D7F433417DA for ; Tue, 20 Jun 2017 11:29:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B67F746C for ; Tue, 20 Jun 2017 11:29:57 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1497957922.ec8578a7d27c7f710b1b5c144384ff208dcb47ae.grobian@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.2-r1.ebuild X-VCS-Directories: net-libs/zeromq/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: ec8578a7d27c7f710b1b5c144384ff208dcb47ae X-VCS-Branch: master Date: Tue, 20 Jun 2017 11:29:57 +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: 1e336b39-8032-456d-bd39-bcdd22c07271 X-Archives-Hash: 45b2d682046a3e84e8b8b2aaf54380d3 commit: ec8578a7d27c7f710b1b5c144384ff208dcb47ae Author: Fabian Groffen gentoo org> AuthorDate: Tue Jun 20 11:25:22 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue Jun 20 11:25:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec8578a7 net-libs/zeromq: disable conflicting dependancies on Darwin, bug #621738 Package-Manager: Portage-2.3.6, Repoman-2.3.1 net-libs/zeromq/zeromq-4.2.2-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-libs/zeromq/zeromq-4.2.2-r1.ebuild b/net-libs/zeromq/zeromq-4.2.2-r1.ebuild index 995ecf31a70..737802174b7 100644 --- a/net-libs/zeromq/zeromq-4.2.2-r1.ebuild +++ b/net-libs/zeromq/zeromq-4.2.2-r1.ebuild @@ -12,16 +12,16 @@ SRC_URI="https://github.com/zeromq/libzmq/releases/download/v${PV}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0/5" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="pgm +sodium static-libs test" +IUSE="pgm +sodium static-libs test elibc_Darwin" RDEPEND=" - sys-libs/libunwind + !elibc_Darwin? ( sys-libs/libunwind ) sodium? ( dev-libs/libsodium:= ) pgm? ( =net-libs/openpgm-5.2.122 )" DEPEND="${RDEPEND} app-text/asciidoc app-text/xmlto - sys-apps/util-linux + !elibc_Darwin? ( sys-apps/util-linux ) pgm? ( virtual/pkgconfig )" PATCHES=( "${FILESDIR}"/${PN}-4.2.1-disable-experimental-zmq_poll-implementation.patch )