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 1Q5IID-0007Jr-Hg for garchives@archives.gentoo.org; Thu, 31 Mar 2011 13:52:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C643D1C05C; Thu, 31 Mar 2011 13:52:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 94E4A1C05C for ; Thu, 31 Mar 2011 13:52:02 +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 3623D1B4118 for ; Thu, 31 Mar 2011 13:52:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9736C80065 for ; Thu, 31 Mar 2011 13:52:01 +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: <2a1fca74d3c4fe60e6f457e92c60dbc452554089.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/gjs/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/gjs/gjs-0.7.13.ebuild dev-libs/gjs/gjs-9999.ebuild X-VCS-Directories: dev-libs/gjs/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 2a1fca74d3c4fe60e6f457e92c60dbc452554089 Date: Thu, 31 Mar 2011 13:52:01 +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: aa7cdebd2f173dfa5dcdf48b695e6f4e commit: 2a1fca74d3c4fe60e6f457e92c60dbc452554089 Author: Nirbheek Chauhan gentoo org> AuthorDate: Wed Mar 30 13:16:41 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Wed Mar 30 13:16:41 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D2a1fca74 dev-libs/gjs: always block against spidermonkey, bug 361287 --- dev-libs/gjs/gjs-0.7.13.ebuild | 2 +- dev-libs/gjs/gjs-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/gjs/gjs-0.7.13.ebuild b/dev-libs/gjs/gjs-0.7.13.ebu= ild index 530dfb5..53dca9f 100644 --- a/dev-libs/gjs/gjs-0.7.13.ebuild +++ b/dev-libs/gjs/gjs-0.7.13.ebuild @@ -35,7 +35,7 @@ DEPEND=3D"${RDEPEND} coverage? ( sys-devel/gcc dev-util/lcov ) - test? ( !dev-lang/spidermonkey )" + !dev-lang/spidermonkey" # HACK HACK: gjs-tests picks up /usr/lib/libmozjs.so with spidermonkey i= nstalled =20 src_prepare() { diff --git a/dev-libs/gjs/gjs-9999.ebuild b/dev-libs/gjs/gjs-9999.ebuild index 530dfb5..53dca9f 100644 --- a/dev-libs/gjs/gjs-9999.ebuild +++ b/dev-libs/gjs/gjs-9999.ebuild @@ -35,7 +35,7 @@ DEPEND=3D"${RDEPEND} coverage? ( sys-devel/gcc dev-util/lcov ) - test? ( !dev-lang/spidermonkey )" + !dev-lang/spidermonkey" # HACK HACK: gjs-tests picks up /usr/lib/libmozjs.so with spidermonkey i= nstalled =20 src_prepare() {