diff options
author | Fabian Groffen <grobian@gentoo.org> | 2017-06-20 13:25:22 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-06-20 13:25:22 +0200 |
commit | ec8578a7d27c7f710b1b5c144384ff208dcb47ae (patch) | |
tree | 7cf1e5a651ae54f212b1151b04d519166b9280f1 /net-libs | |
parent | dev-libs/wayland-protocols: Version bump to 1.8 (diff) | |
download | gentoo-ec8578a7d27c7f710b1b5c144384ff208dcb47ae.tar.gz gentoo-ec8578a7d27c7f710b1b5c144384ff208dcb47ae.tar.bz2 gentoo-ec8578a7d27c7f710b1b5c144384ff208dcb47ae.zip |
net-libs/zeromq: disable conflicting dependancies on Darwin, bug #621738
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/zeromq/zeromq-4.2.2-r1.ebuild | 6 |
1 files 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 995ecf31a705..737802174b79 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 ) |