Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/zeromq/
Date: Tue, 20 Jun 2017 11:30:03
Message-Id: 1497957922.ec8578a7d27c7f710b1b5c144384ff208dcb47ae.grobian@gentoo
1 commit: ec8578a7d27c7f710b1b5c144384ff208dcb47ae
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 20 11:25:22 2017 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 20 11:25:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec8578a7
7
8 net-libs/zeromq: disable conflicting dependancies on Darwin, bug #621738
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 net-libs/zeromq/zeromq-4.2.2-r1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/net-libs/zeromq/zeromq-4.2.2-r1.ebuild b/net-libs/zeromq/zeromq-4.2.2-r1.ebuild
16 index 995ecf31a70..737802174b7 100644
17 --- a/net-libs/zeromq/zeromq-4.2.2-r1.ebuild
18 +++ b/net-libs/zeromq/zeromq-4.2.2-r1.ebuild
19 @@ -12,16 +12,16 @@ SRC_URI="https://github.com/zeromq/libzmq/releases/download/v${PV}/${P}.tar.gz"
20 LICENSE="LGPL-3"
21 SLOT="0/5"
22 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
23 -IUSE="pgm +sodium static-libs test"
24 +IUSE="pgm +sodium static-libs test elibc_Darwin"
25
26 RDEPEND="
27 - sys-libs/libunwind
28 + !elibc_Darwin? ( sys-libs/libunwind )
29 sodium? ( dev-libs/libsodium:= )
30 pgm? ( =net-libs/openpgm-5.2.122 )"
31 DEPEND="${RDEPEND}
32 app-text/asciidoc
33 app-text/xmlto
34 - sys-apps/util-linux
35 + !elibc_Darwin? ( sys-apps/util-linux )
36 pgm? ( virtual/pkgconfig )"
37
38 PATCHES=( "${FILESDIR}"/${PN}-4.2.1-disable-experimental-zmq_poll-implementation.patch )