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 <gentoo-commits+bounces-329466-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1Q3Iwg-0007gu-Sr
	for garchives@archives.gentoo.org; Sat, 26 Mar 2011 02:09:43 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B128C1C02C;
	Sat, 26 Mar 2011 02:09:34 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 7AD251C02C
	for <gentoo-commits@lists.gentoo.org>; Sat, 26 Mar 2011 02:09:34 +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 EBE0B1B410F
	for <gentoo-commits@lists.gentoo.org>; Sat, 26 Mar 2011 02:09:33 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 54ACA8006A
	for <gentoo-commits@lists.gentoo.org>; Sat, 26 Mar 2011 02:09:33 +0000 (UTC)
From: "Nirbheek Chauhan" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" <nirbheek@gentoo.org>
Message-ID: <37c2fadb103d01d0a2c04f4bacd2db51b06d0955.nirbheek@gentoo>
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-shell/
X-VCS-Repository: proj/gnome
X-VCS-Files: gnome-base/gnome-shell/gnome-shell-2.91.92.ebuild gnome-base/gnome-shell/gnome-shell-9999.ebuild
X-VCS-Directories: gnome-base/gnome-shell/
X-VCS-Committer: nirbheek
X-VCS-Committer-Name: Nirbheek Chauhan
X-VCS-Revision: 37c2fadb103d01d0a2c04f4bacd2db51b06d0955
Date: Sat, 26 Mar 2011 02:09:33 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: 93c62a7c993ac6be827a7c5d1337e804

commit:     37c2fadb103d01d0a2c04f4bacd2db51b06d0955
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 02:09:05 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 02:09:05 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D=
commit;h=3D37c2fadb

gnome-base/gnome-shell: fix bug 360413

---
 gnome-base/gnome-shell/gnome-shell-2.91.92.ebuild |    5 ++++-
 gnome-base/gnome-shell/gnome-shell-9999.ebuild    |    5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/gnome-base/gnome-shell/gnome-shell-2.91.92.ebuild b/gnome-ba=
se/gnome-shell/gnome-shell-2.91.92.ebuild
index c3691b8..ca39314 100644
--- a/gnome-base/gnome-shell/gnome-shell-2.91.92.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-2.91.92.ebuild
@@ -83,7 +83,10 @@ DEPEND=3D"${COMMON_DEPEND}
 	sys-devel/gettext
 	>=3Ddev-util/pkgconfig-0.22
 	>=3Ddev-util/intltool-0.26
-	gnome-base/gnome-common"
+	gnome-base/gnome-common
+	!dev-lang/spidermonkey"
+# libmozjs.so is picked up from /usr/lib while compiling, so block at bu=
ild-time
+# https://bugs.gentoo.org/show_bug.cgi?id=3D360413
 DOCS=3D"AUTHORS README"
 # Don't error out on warnings
 G2CONF=3D"--enable-compile-warnings=3Dmaximum

diff --git a/gnome-base/gnome-shell/gnome-shell-9999.ebuild b/gnome-base/=
gnome-shell/gnome-shell-9999.ebuild
index c3691b8..ca39314 100644
--- a/gnome-base/gnome-shell/gnome-shell-9999.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-9999.ebuild
@@ -83,7 +83,10 @@ DEPEND=3D"${COMMON_DEPEND}
 	sys-devel/gettext
 	>=3Ddev-util/pkgconfig-0.22
 	>=3Ddev-util/intltool-0.26
-	gnome-base/gnome-common"
+	gnome-base/gnome-common
+	!dev-lang/spidermonkey"
+# libmozjs.so is picked up from /usr/lib while compiling, so block at bu=
ild-time
+# https://bugs.gentoo.org/show_bug.cgi?id=3D360413
 DOCS=3D"AUTHORS README"
 # Don't error out on warnings
 G2CONF=3D"--enable-compile-warnings=3Dmaximum