Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/zeromq/
Date: Wed, 06 May 2020 17:25:30
Message-Id: 1588785900.3a50a9afd55227f89651ac363279c37abda94ea9.mgorny@gentoo
1 commit: 3a50a9afd55227f89651ac363279c37abda94ea9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 6 16:57:05 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 6 17:25:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a50a9af
7
8 net-libs/zeromq: Remove stale sys-freebsd/ deps
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-libs/zeromq/zeromq-2.2.0.ebuild | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/net-libs/zeromq/zeromq-2.2.0.ebuild b/net-libs/zeromq/zeromq-2.2.0.ebuild
16 index faa4e909ee3..db91e7132d1 100644
17 --- a/net-libs/zeromq/zeromq-2.2.0.ebuild
18 +++ b/net-libs/zeromq/zeromq-2.2.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 # NOTES:
25 @@ -19,11 +19,12 @@ IUSE="pgm test static-libs"
26 RESTRICT="!test? ( test )"
27
28 RDEPEND="!net-libs/cppzmq"
29 -DEPEND="pgm? (
30 +DEPEND="
31 + pgm? (
32 virtual/pkgconfig
33 ~net-libs/openpgm-5.1.118
34 )
35 - || ( sys-apps/util-linux sys-freebsd/freebsd-lib )"
36 + sys-apps/util-linux "
37
38 src_prepare() {
39 einfo "Removing bundled OpenPGM library"