From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Sfa0Z-0005ME-Iu for garchives@archives.gentoo.org; Fri, 15 Jun 2012 17:08:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3925321C05A; Fri, 15 Jun 2012 17:08:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 06AFD21C05A for ; Fri, 15 Jun 2012 17:08:19 +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 5EABD1B4038 for ; Fri, 15 Jun 2012 17:08:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1C9E3E5430 for ; Fri, 15 Jun 2012 17:08:18 +0000 (UTC) From: "Priit Laes" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Priit Laes" Message-ID: <1339779337.27ccbd66e3d31e48b356097763afb987f8cca045.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: 27ccbd66e3d31e48b356097763afb987f8cca045 X-VCS-Branch: master Date: Fri, 15 Jun 2012 17:08:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 84de76f3-ecfb-4856-9dc4-1332deac7342 X-Archives-Hash: af5a8bd8845ed671d77abe62a690efed commit: 27ccbd66e3d31e48b356097763afb987f8cca045 Author: Priit Laes plaes org> AuthorDate: Fri Jun 15 16:55:37 2012 +0000 Commit: Priit Laes plaes org> CommitDate: Fri Jun 15 16:55:37 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D27ccbd66 media-sound/rhythmbox: Update deps, USE flags --- media-sound/rhythmbox/rhythmbox-9999.ebuild | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/media-sound/rhythmbox/rhythmbox-9999.ebuild b/media-sound/rh= ythmbox/rhythmbox-9999.ebuild index c00ccbe..6da08cc 100644 --- a/media-sound/rhythmbox/rhythmbox-9999.ebuild +++ b/media-sound/rhythmbox/rhythmbox-9999.ebuild @@ -18,7 +18,7 @@ HOMEPAGE=3D"http://www.rhythmbox.org/" =20 LICENSE=3D"GPL-2" SLOT=3D"0" -IUSE=3D"cdr clutter daap dbus doc gnome-keyring html ipod +lastfm libnot= ify lirc +IUSE=3D"cdr clutter daap dbus doc gnome-keyring html ipod libnotify lirc musicbrainz mtp nsplugin +python test +udev upnp webkit zeitgeist" # vala if [[ ${PV} =3D 9999 ]]; then @@ -37,7 +37,8 @@ REQUIRED_USE=3D" # FIXME: double check what to do with fm-radio plugin # NOTE: gst-python is still needed because gstreamer introspection is in= complete COMMON_DEPEND=3D">=3Ddev-libs/glib-2.28.0:2 - dev-libs/libxml2:2 + dev-libs/json-glib + >=3Ddev-libs/libxml2-2.7.8:2 >=3Dx11-libs/gtk+-3.2:3[introspection] >=3Dx11-libs/gdk-pixbuf-2.18.0:2 >=3Ddev-libs/gobject-introspection-0.10.0 @@ -60,11 +61,10 @@ COMMON_DEPEND=3D">=3Ddev-libs/glib-2.28.0:2 >=3Dnet-dns/avahi-0.6 ) gnome-keyring? ( >=3Dgnome-base/gnome-keyring-0.4.9 ) html? ( >=3Dnet-libs/webkit-gtk-1.3.9:3 ) - lastfm? ( dev-libs/json-glib ) libnotify? ( >=3Dx11-libs/libnotify-0.7.0 ) lirc? ( app-misc/lirc ) musicbrainz? ( - media-libs/musicbrainz:3 + || ( media-libs/musicbrainz:3 media-libs/musicbrains:4 ) gnome-base/gconf:2 ) python? ( dev-python/pygobject:3 ) udev? ( @@ -132,7 +132,6 @@ pkg_setup() { --without-hal $(use_enable clutter visualizer) $(use_enable daap) - $(use_enable lastfm) $(use_enable libnotify) $(use_enable lirc) $(use_enable musicbrainz)