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 005CF138010 for ; Thu, 6 Sep 2012 07:47:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4BBBE08E0; Thu, 6 Sep 2012 07:46:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 780B8E08E0 for ; Thu, 6 Sep 2012 07:46:57 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB3E933D5BC for ; Thu, 6 Sep 2012 07:46:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 21DCBE5445 for ; Thu, 6 Sep 2012 07:46:53 +0000 (UTC) From: "Priit Laes" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Priit Laes" Message-ID: <1346917551.ed5863c6a4595c87dabbc4777e7f57cd5d7a7680.plaes@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: media-sound/rhythmbox/ X-VCS-Repository: proj/gnome X-VCS-Files: media-sound/rhythmbox/rhythmbox-9999.ebuild X-VCS-Directories: media-sound/rhythmbox/ X-VCS-Committer: plaes X-VCS-Committer-Name: Priit Laes X-VCS-Revision: ed5863c6a4595c87dabbc4777e7f57cd5d7a7680 X-VCS-Branch: master Date: Thu, 6 Sep 2012 07:46:53 +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: f1c65e8a-c787-4b15-8102-93047685e03c X-Archives-Hash: d37938ad32e10a0dbe211015530898ae commit: ed5863c6a4595c87dabbc4777e7f57cd5d7a7680 Author: Priit Laes plaes org> AuthorDate: Thu Sep 6 07:45:51 2012 +0000 Commit: Priit Laes plaes org> CommitDate: Thu Sep 6 07:45:51 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ed5863c6 media-sound/rhythmbox: Update deps --- media-sound/rhythmbox/rhythmbox-9999.ebuild | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-) diff --git a/media-sound/rhythmbox/rhythmbox-9999.ebuild b/media-sound/rhythmbox/rhythmbox-9999.ebuild index 151e9ba..1266b22 100644 --- a/media-sound/rhythmbox/rhythmbox-9999.ebuild +++ b/media-sound/rhythmbox/rhythmbox-9999.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="http://www.rhythmbox.org/" LICENSE="GPL-2" SLOT="0" IUSE="cdr clutter daap dbus doc gnome-keyring html ipod libnotify lirc -musicbrainz mtp nsplugin +python test +udev upnp webkit zeitgeist" +mtp nsplugin +python test +udev upnp webkit zeitgeist" # vala if [[ ${PV} = 9999 ]]; then KEYWORDS="" @@ -63,9 +63,6 @@ COMMON_DEPEND=">=dev-libs/glib-2.32.0:2 html? ( >=net-libs/webkit-gtk-1.3.9:3 ) libnotify? ( >=x11-libs/libnotify-0.7.0 ) lirc? ( app-misc/lirc ) - musicbrainz? ( - || ( >=media-libs/musicbrainz-3.0.2:3 >=media-libs/musicbrains-4.0.0:4 ) - gnome-base/gconf:2 ) python? ( >=dev-python/pygobject-3.0:3 ) udev? ( ipod? ( >=media-libs/libgpod-0.7.92[udev] ) @@ -83,8 +80,8 @@ RDEPEND="${COMMON_DEPEND} >=media-plugins/gst-plugins-taglib-0.10.6 x11-themes/gnome-icon-theme-symbolic upnp? ( - >=media-libs/grilo-0.1.17 - >=media-plugins/grilo-plugins-0.1.17[upnp] ) + >=media-libs/grilo-0.2 + >=media-plugins/grilo-plugins-0.2[upnp] ) python? ( >=dev-python/gst-python-0.10.8 @@ -134,7 +131,6 @@ pkg_setup() { $(use_enable daap) $(use_enable libnotify) $(use_enable lirc) - $(use_enable musicbrainz) $(use_enable nsplugin browser-plugin) $(use_enable python) $(use_enable upnp grilo)