From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 931111384B4 for ; Sun, 3 Jan 2016 10:59:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46D3FE07D9; Sun, 3 Jan 2016 10:59:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB384E07D9 for ; Sun, 3 Jan 2016 10:59:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C17A4340139 for ; Sun, 3 Jan 2016 10:59:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D538C13A for ; Sun, 3 Jan 2016 10:59:23 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1451818754.6079231e400ee62cb7935c7d9b0d9ff73233ba2c.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/pidgin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/pidgin/pidgin-2.10.12.ebuild X-VCS-Directories: net-im/pidgin/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 6079231e400ee62cb7935c7d9b0d9ff73233ba2c X-VCS-Branch: master Date: Sun, 3 Jan 2016 10:59:23 +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: 76c22319-d695-43d0-97d9-72159423751f X-Archives-Hash: 8d9dc0ee3bc5e4ef08ef98fc59eea03f commit: 6079231e400ee62cb7935c7d9b0d9ff73233ba2c Author: Lars Wendler gentoo org> AuthorDate: Sun Jan 3 10:59:14 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Jan 3 10:59:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6079231e net-im/pidgin: Fixed dependency on net-libs/farstream (bug #570704). Package-Manager: portage-2.2.26 Signed-off-by: Lars Wendler gentoo.org> net-im/pidgin/pidgin-2.10.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/pidgin/pidgin-2.10.12.ebuild b/net-im/pidgin/pidgin-2.10.12.ebuild index ca07948..96f7af6 100644 --- a/net-im/pidgin/pidgin-2.10.12.ebuild +++ b/net-im/pidgin/pidgin-2.10.12.ebuild @@ -44,7 +44,7 @@ RDEPEND=" prediction? ( >=dev-db/sqlite-3.3:3 ) ) gstreamer? ( =media-libs/gstreamer-0.10* =media-libs/gst-plugins-good-0.10* - net-libs/farstream:0.1 + >=net-libs/farstream-0.2.7:0.2 media-plugins/gst-plugins-meta:0.10 media-plugins/gst-plugins-gconf:0.10 ) zeroconf? ( net-dns/avahi[dbus] )