dev-php/pecl-zmq: subscribe to net-libs/czmq subslot
authorThomas Deutschmann <whissi@gentoo.org>
Fri, 8 May 2020 22:48:13 +0000 (00:48 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Fri, 8 May 2020 22:49:05 +0000 (00:49 +0200)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
dev-php/pecl-zmq/pecl-zmq-1.1.3-r2.ebuild
dev-php/pecl-zmq/pecl-zmq-9999.ebuild

index d8afdd68c1313cd598bbefb8439923fa463659b1..5e4b0582a2af890e5175cb89d0c1439f3dd778f6 100644 (file)
@@ -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 )
index 668135f568eec4759904df8e1e9f00d821cacca1..945516fcd0c06c9ed9b484fbfdb4a68f5917795b 100644 (file)
@@ -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"