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 AF1301384B4 for ; Mon, 4 Jan 2016 10:24:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B043321C003; Mon, 4 Jan 2016 10:24: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 561CC21C003 for ; Mon, 4 Jan 2016 10:24:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 320703404A5 for ; Mon, 4 Jan 2016 10:24:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D86C9CB0 for ; Mon, 4 Jan 2016 10:24:24 +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: <1451903060.19714751749b7f07ecfcce527c3961532ee72437.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: 19714751749b7f07ecfcce527c3961532ee72437 X-VCS-Branch: master Date: Mon, 4 Jan 2016 10:24:24 +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: 2a12fd87-dd66-4d5a-9d0d-cd32b89c5cb4 X-Archives-Hash: 8f010ebe3672a79ebd8c1cce307cc566 commit: 19714751749b7f07ecfcce527c3961532ee72437 Author: Lars Wendler gentoo org> AuthorDate: Mon Jan 4 10:23:43 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Jan 4 10:24:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19714751 net-im/pidgin: Fixed gstreamer support for real this time (bug #570776). Package-Manager: portage-2.2.26 Signed-off-by: Lars Wendler gentoo.org> net-im/pidgin/pidgin-2.10.12.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-im/pidgin/pidgin-2.10.12.ebuild b/net-im/pidgin/pidgin-2.10.12.ebuild index 407fe46..7d3cf1d 100644 --- a/net-im/pidgin/pidgin-2.10.12.ebuild +++ b/net-im/pidgin/pidgin-2.10.12.ebuild @@ -203,7 +203,8 @@ src_configure() { $(use_enable debug) \ $(use_enable dbus) \ $(use_enable meanwhile) \ - $(use_enable gstreamer gstreamer 1.0) \ + $(use_enable gstreamer) \ + $(use_with gstreamer gstreamer 1.0) \ $(use_enable gstreamer farstream) \ $(use_enable gstreamer vv) \ $(use_enable sasl cyrus-sasl ) \