commit:     fe931693d93404eaf409a4f12ac81d4f6e2bf86a
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 26 15:41:54 2021 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Feb 26 15:41:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe931693

net-libs/zeromq: fix NonexistentDeps on net-libs/openpgm

Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 net-libs/zeromq/zeromq-4.3.3-r1.ebuild | 5 ++---
 net-libs/zeromq/zeromq-4.3.4-r1.ebuild | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/net-libs/zeromq/zeromq-4.3.3-r1.ebuild 
b/net-libs/zeromq/zeromq-4.3.3-r1.ebuild
index aacebe8becf..da4a09e97c2 100644
--- a/net-libs/zeromq/zeromq-4.3.3-r1.ebuild
+++ b/net-libs/zeromq/zeromq-4.3.3-r1.ebuild
@@ -18,8 +18,7 @@ RESTRICT="!test? ( test )"
 RDEPEND="
        !elibc_Darwin? ( unwind? ( sys-libs/libunwind ) )
        libbsd? ( dev-libs/libbsd:= )
-       sodium? ( dev-libs/libsodium:= )
-       pgm? ( ~net-libs/openpgm-5.2.122 )"
+       sodium? ( dev-libs/libsodium:= )"
 DEPEND="${RDEPEND}
        !elibc_Darwin? ( sys-apps/util-linux )
        doc? (
@@ -39,12 +38,12 @@ src_prepare() {
 src_configure() {
        local myeconfargs=(
                --enable-shared
+               --without-pgm
                $(use_enable drafts)
                $(use_enable libbsd)
                $(use_enable static-libs static)
                $(use_enable unwind libunwind)
                $(use_with sodium libsodium)
-               $(use_with pgm)
                $(use_with doc docs)
        )
        econf "${myeconfargs[@]}"

diff --git a/net-libs/zeromq/zeromq-4.3.4-r1.ebuild 
b/net-libs/zeromq/zeromq-4.3.4-r1.ebuild
index a17c74cf70e..9a32f20db6b 100644
--- a/net-libs/zeromq/zeromq-4.3.4-r1.ebuild
+++ b/net-libs/zeromq/zeromq-4.3.4-r1.ebuild
@@ -18,8 +18,7 @@ RESTRICT="!test? ( test )"
 RDEPEND="
        !elibc_Darwin? ( unwind? ( sys-libs/libunwind ) )
        libbsd? ( dev-libs/libbsd:= )
-       sodium? ( dev-libs/libsodium:= )
-       pgm? ( ~net-libs/openpgm-5.2.122 )"
+       sodium? ( dev-libs/libsodium:= )"
 DEPEND="${RDEPEND}
        !elibc_Darwin? ( sys-apps/util-linux )
        doc? (
@@ -39,12 +38,12 @@ src_prepare() {
 src_configure() {
        local myeconfargs=(
                --enable-shared
+               --without-pgm
                $(use_enable drafts)
                $(use_enable libbsd)
                $(use_enable static-libs static)
                $(use_enable unwind libunwind)
                $(use_with sodium libsodium)
-               $(use_with pgm)
                $(use_with doc docs)
        )
        econf "${myeconfargs[@]}"

Reply via email to