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 1C2F7138CCA for ; Thu, 26 Mar 2015 12:05:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0908E0854; Thu, 26 Mar 2015 12:05:01 +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 6A22CE0849 for ; Thu, 26 Mar 2015 12:05:01 +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 4E591340B84 for ; Thu, 26 Mar 2015 12:05:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBA8214930 for ; Thu, 26 Mar 2015 12:04:56 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1427371461.0a284c82c9036a415f0a53968106ca250a9c9f1b.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-libs/dleyna-renderer/ X-VCS-Repository: proj/gnome X-VCS-Files: net-libs/dleyna-renderer/dleyna-renderer-0.5.0.ebuild X-VCS-Directories: net-libs/dleyna-renderer/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 0a284c82c9036a415f0a53968106ca250a9c9f1b X-VCS-Branch: master Date: Thu, 26 Mar 2015 12:04:56 +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: ccac0b79-2c35-47cc-8ac4-3a988e7c7e69 X-Archives-Hash: 2d823358d42d79fba443fdac9730fd59 commit: 0a284c82c9036a415f0a53968106ca250a9c9f1b Author: Gilles Dartiguelongue gentoo org> AuthorDate: Thu Mar 26 12:04:21 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Thu Mar 26 12:04:21 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=0a284c82 net-libs/dleyna-renderer: needs dbus connector to actually work Makes gnome-photos work as expected for bug #509228. net-libs/dleyna-renderer/dleyna-renderer-0.5.0.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/net-libs/dleyna-renderer/dleyna-renderer-0.5.0.ebuild b/net-libs/dleyna-renderer/dleyna-renderer-0.5.0.ebuild index 595c87d..10d2d85 100644 --- a/net-libs/dleyna-renderer/dleyna-renderer-0.5.0.ebuild +++ b/net-libs/dleyna-renderer/dleyna-renderer-0.5.0.ebuild @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -RDEPEND=" +COMMON_DEPEND=" >=dev-libs/glib-2.28:2 >=media-libs/gupnp-dlna-0.9.4:2.0 >=net-libs/dleyna-core-0.5 @@ -24,7 +24,10 @@ RDEPEND=" >=net-libs/gupnp-av-0.11.5 >=net-libs/libsoup-2.28.2:2.4 " -DEPEND="${DEPEND} +RDEPEND="${COMMON_DEPEND} + net-libs/dleyna-connector-dbus +" +DEPEND="${COMMON_DEPEND} virtual/pkgconfig "