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 CEDB41381F3 for ; Wed, 23 Oct 2013 11:19:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D91AE0980; Wed, 23 Oct 2013 11:19:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10128E0980 for ; Wed, 23 Oct 2013 11:19:01 +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 068DE33DA8F for ; Wed, 23 Oct 2013 11:19:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A28C0E5308 for ; Wed, 23 Oct 2013 11:18:58 +0000 (UTC) From: "Heather Cynede" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Heather Cynede" Message-ID: <1382527301.ab03224bcff231dcf9cf6beb0dfc2608f22c8195.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: media-sound/banshee/ X-VCS-Repository: proj/dotnet X-VCS-Files: media-sound/banshee/banshee-2.9.0-r1.ebuild X-VCS-Directories: media-sound/banshee/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: ab03224bcff231dcf9cf6beb0dfc2608f22c8195 X-VCS-Branch: master Date: Wed, 23 Oct 2013 11:18:58 +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: a6ecac16-6849-4949-bf26-9f1e5ece5d8a X-Archives-Hash: 7757f70db9e8a4e2f53ef097c8f8b79d commit: ab03224bcff231dcf9cf6beb0dfc2608f22c8195 Author: Heather cynede net> AuthorDate: Wed Oct 23 11:21:41 2013 +0000 Commit: Heather Cynede gentoo org> CommitDate: Wed Oct 23 11:21:41 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=ab03224b gnome use flag --- media-sound/banshee/banshee-2.9.0-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/media-sound/banshee/banshee-2.9.0-r1.ebuild b/media-sound/banshee/banshee-2.9.0-r1.ebuild index 9dc7cf1..a44dee8 100644 --- a/media-sound/banshee/banshee-2.9.0-r1.ebuild +++ b/media-sound/banshee/banshee-2.9.0-r1.ebuild @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" #switched web to - because I personally don't want to build yet another webkit-gtk -IUSE="+aac +cdda +bpm daap doc +encode ipod karma mtp test udev -web youtube" +IUSE="+aac +cdda +bpm daap doc +encode ipod karma mtp test udev -web youtube +gnome" RDEPEND=" >=dev-lang/mono-3 @@ -97,7 +97,6 @@ src_configure() { local myconf="--disable-dependency-tracking --disable-static --disable-maintainer-mode - --enable-gnome --enable-schemas-install --with-gconf-schema-file-dir=/etc/gconf/schemas --with-vendor-build-id=Gentoo/${PN}/${PVR} @@ -109,7 +108,6 @@ src_configure() { --disable-ubuntuone --disable-soundmenu --disable-upnp" - econf \ $(use_enable doc docs) \ $(use_enable doc user-help) \ @@ -121,6 +119,7 @@ src_configure() { $(use_enable youtube) \ $(use_enable udev gio) \ $(use_enable udev gio_hardware) \ + $(use_enable gnome) \ ${myconf} }