summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-05-09 00:48:13 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-05-09 00:49:05 +0200
commit5c89d4f3c5d554219a3fb2ae76e074e70378d6de (patch)
treebacc1706241505e2077d12d4336633d6fd65ee38 /dev-php/pecl-zmq
parentdev-libs/librdkafka: bump to v1.4.2 (diff)
downloadgentoo-5c89d4f3c5d554219a3fb2ae76e074e70378d6de.tar.gz
gentoo-5c89d4f3c5d554219a3fb2ae76e074e70378d6de.tar.bz2
gentoo-5c89d4f3c5d554219a3fb2ae76e074e70378d6de.zip
dev-php/pecl-zmq: subscribe to net-libs/czmq subslot
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-php/pecl-zmq')
-rw-r--r--dev-php/pecl-zmq/pecl-zmq-1.1.3-r2.ebuild4
-rw-r--r--dev-php/pecl-zmq/pecl-zmq-9999.ebuild2
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-php/pecl-zmq/pecl-zmq-1.1.3-r2.ebuild b/dev-php/pecl-zmq/pecl-zmq-1.1.3-r2.ebuild
index d8afdd68c131..5e4b0582a2af 100644
--- a/dev-php/pecl-zmq/pecl-zmq-1.1.3-r2.ebuild
+++ b/dev-php/pecl-zmq/pecl-zmq-1.1.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -14,7 +14,7 @@ LICENSE="BSD"
SLOT="0"
IUSE="czmq"
-RDEPEND="net-libs/zeromq czmq? ( <net-libs/czmq-3 )"
+RDEPEND="net-libs/zeromq czmq? ( <net-libs/czmq-3:= )"
DEPEND="${RDEPEND} virtual/pkgconfig"
PATCHES=( "${FILESDIR}"/${P}-php7-3-compatibility.patch )
diff --git a/dev-php/pecl-zmq/pecl-zmq-9999.ebuild b/dev-php/pecl-zmq/pecl-zmq-9999.ebuild
index 668135f568ee..945516fcd0c0 100644
--- a/dev-php/pecl-zmq/pecl-zmq-9999.ebuild
+++ b/dev-php/pecl-zmq/pecl-zmq-9999.ebuild
@@ -14,7 +14,7 @@ LICENSE="BSD"
SLOT="0"
IUSE="czmq"
-RDEPEND="net-libs/zeromq czmq? ( <net-libs/czmq-3 )"
+RDEPEND="net-libs/zeromq czmq? ( net-libs/czmq:= )"
DEPEND="${RDEPEND} virtual/pkgconfig"
SRC_URI=""
EGIT_REPO_URI="https://github.com/mkoppanen/php-zmq.git"