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 1Q15UL-0000CU-TJ for garchives@archives.gentoo.org; Sat, 19 Mar 2011 23:23:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 953731C023; Sat, 19 Mar 2011 23:23:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 65EC21C023 for ; Sat, 19 Mar 2011 23:23:00 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB87A1B40E4 for ; Sat, 19 Mar 2011 23:22:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 543318006E for ; Sat, 19 Mar 2011 23:22:59 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <4ff1553c1617bbe596bf74a2ae2f674747a7d61f.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: x11-wm/mutter/ X-VCS-Repository: proj/gnome X-VCS-Files: x11-wm/mutter/mutter-9999.ebuild X-VCS-Directories: x11-wm/mutter/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 4ff1553c1617bbe596bf74a2ae2f674747a7d61f Date: Sat, 19 Mar 2011 23:22:59 +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: X-Archives-Hash: 149d1d8df1bd3b4a8e2d0eea9284c167 commit: 4ff1553c1617bbe596bf74a2ae2f674747a7d61f Author: Nirbheek Chauhan gentoo org> AuthorDate: Sat Mar 19 19:49:55 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Sat Mar 19 19:49:55 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D4ff1553c x11-wm/mutter: fix live ebuild --- x11-wm/mutter/mutter-9999.ebuild | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-wm/mutter/mutter-9999.ebuild b/x11-wm/mutter/mutter-9999= .ebuild index c16fc69..25e2dde 100644 --- a/x11-wm/mutter/mutter-9999.ebuild +++ b/x11-wm/mutter/mutter-9999.ebuild @@ -5,14 +5,14 @@ EAPI=3D"2" GNOME2_LA_PUNT=3D"yes" =20 -inherit autotools gnome2 +inherit gnome2 =20 DESCRIPTION=3D"Upcoming GNOME 3 window manager (derived from metacity)" HOMEPAGE=3D"http://blogs.gnome.org/metacity/" =20 LICENSE=3D"GPL-2" SLOT=3D"0" -IUSE=3D"debug +introspection +sound test xinerama" +IUSE=3D"debug +introspection test xinerama" if [[ ${PV} =3D 9999 ]]; then inherit gnome2-live KEYWORDS=3D"" @@ -26,6 +26,7 @@ RDEPEND=3D">=3Dx11-libs/pango-1.2[X,introspection?] >=3Dgnome-base/gconf-2:2 >=3Ddev-libs/glib-2.14:2 >=3Dmedia-libs/clutter-1.2:1.0 + >=3Dmedia-libs/libcanberra-0.26[gtk3] >=3Dx11-libs/startup-notification-0.7 >=3Dx11-libs/libXcomposite-0.2 =20 @@ -40,7 +41,6 @@ RDEPEND=3D">=3Dx11-libs/pango-1.2[X,introspection?] x11-libs/libXrender =20 introspection? ( >=3Ddev-libs/gobject-introspection-0.9.5 ) - sound? ( >=3Dmedia-libs/libcanberra-0.26[gtk3] ) xinerama? ( x11-libs/libXinerama ) gnome-extra/zenity !x11-misc/expocity" @@ -66,7 +66,7 @@ src_prepare() { --enable-xsync --enable-verbose-mode --enable-compile-warnings=3Dmaximum - $(use_with sound libcanberra) + --with-libcanberra $(use_enable introspection) $(use_enable xinerama)" gnome2_src_prepare