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 D62361396D9 for ; Sun, 19 Nov 2017 17:46:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37874E0EA4; Sun, 19 Nov 2017 17:46:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 15C04E0E9B for ; Sun, 19 Nov 2017 17:46:02 +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 1F4FA33BF0B for ; Sun, 19 Nov 2017 17:46:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 690F8A075 for ; Sun, 19 Nov 2017 17:45:59 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1511113402.5810f3d0ff926adc99eed1458c1f78bc499081c0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mediastreamer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mediastreamer/mediastreamer-2.9.0-r2.ebuild X-VCS-Directories: media-libs/mediastreamer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5810f3d0ff926adc99eed1458c1f78bc499081c0 X-VCS-Branch: master Date: Sun, 19 Nov 2017 17:45:59 +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-Archives-Salt: 78c21a9e-ed12-4b99-afb0-2313cfc2fbc6 X-Archives-Hash: c2a27e8accd3df4a0d9b87908ef46a05 commit: 5810f3d0ff926adc99eed1458c1f78bc499081c0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 19 17:43:18 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 19 17:43:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5810f3d0 media-libs/mediastreamer: Pin to net-libs/libupnp slot 0 Closes: https://bugs.gentoo.org/608210 Package-Manager: Portage-2.3.14, Repoman-2.3.6 media-libs/mediastreamer/mediastreamer-2.9.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/mediastreamer/mediastreamer-2.9.0-r2.ebuild b/media-libs/mediastreamer/mediastreamer-2.9.0-r2.ebuild index 796bdb368ce..48cb07c5b2d 100644 --- a/media-libs/mediastreamer/mediastreamer-2.9.0-r2.ebuild +++ b/media-libs/mediastreamer/mediastreamer-2.9.0-r2.ebuild @@ -39,7 +39,7 @@ RDEPEND=" >=media-libs/speex-1.2.0 media-libs/speexdsp ) - upnp? ( net-libs/libupnp ) + upnp? ( net-libs/libupnp:0 ) video? ( libav? ( >=media-video/libav-9.12:0= ) !libav? ( >=media-video/ffmpeg-1.2.6-r1:0= )