commit: 5c89d4f3c5d554219a3fb2ae76e074e70378d6de Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Fri May 8 22:48:13 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Fri May 8 22:49:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c89d4f3
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 <AT> gentoo.org> dev-php/pecl-zmq/pecl-zmq-1.1.3-r2.ebuild | 4 ++-- dev-php/pecl-zmq/pecl-zmq-9999.ebuild | 2 +- 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 d8afdd68c13..5e4b0582a2a 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 668135f568e..945516fcd0c 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"