From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 524DF138359 for ; Wed, 6 May 2020 17:25:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34B9DE0929; Wed, 6 May 2020 17:25:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE8A1E0909 for ; Wed, 6 May 2020 17:25:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18BB934F48F for ; Wed, 6 May 2020 17:25:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43CA422B for ; Wed, 6 May 2020 17:25:25 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1588785900.3a50a9afd55227f89651ac363279c37abda94ea9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/zeromq/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/zeromq/zeromq-2.2.0.ebuild X-VCS-Directories: net-libs/zeromq/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3a50a9afd55227f89651ac363279c37abda94ea9 X-VCS-Branch: master Date: Wed, 6 May 2020 17:25:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 98befc78-2e0d-4d52-927a-087b9a00cfd9 X-Archives-Hash: 0b33b3d21000cc04c7fc51fc32e3c165 commit: 3a50a9afd55227f89651ac363279c37abda94ea9 Author: Michał Górny gentoo org> AuthorDate: Wed May 6 16:57:05 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 6 17:25:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a50a9af net-libs/zeromq: Remove stale sys-freebsd/ deps Signed-off-by: Michał Górny gentoo.org> net-libs/zeromq/zeromq-2.2.0.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net-libs/zeromq/zeromq-2.2.0.ebuild b/net-libs/zeromq/zeromq-2.2.0.ebuild index faa4e909ee3..db91e7132d1 100644 --- a/net-libs/zeromq/zeromq-2.2.0.ebuild +++ b/net-libs/zeromq/zeromq-2.2.0.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 # NOTES: @@ -19,11 +19,12 @@ IUSE="pgm test static-libs" RESTRICT="!test? ( test )" RDEPEND="!net-libs/cppzmq" -DEPEND="pgm? ( +DEPEND=" + pgm? ( virtual/pkgconfig ~net-libs/openpgm-5.1.118 ) - || ( sys-apps/util-linux sys-freebsd/freebsd-lib )" + sys-apps/util-linux " src_prepare() { einfo "Removing bundled OpenPGM library"