Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-shell/
Date: Sat, 30 Jul 2011 04:22:07
Message-Id: 060036bbad5fbd576f71caf16cb2123d4b325ded.tetromino@gentoo
1 commit: 060036bbad5fbd576f71caf16cb2123d4b325ded
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Sat Jul 30 02:48:22 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Sat Jul 30 04:20:22 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=060036bb
7
8 gnome-base/gnome-shell: limit spidermonkey blocker to 1.8.2*
9
10 gnome-shell builds and runs on a system thathas spidermonkey-1.7.x
11 installed since 1.7 installs libjs.so instead of libmozjs.so. Thanks
12 to _AxS_ for pointing this out in #gentoo-desktop.
13
14 ---
15 gnome-base/gnome-shell/gnome-shell-3.0.2.ebuild | 2 +-
16 1 files changed, 1 insertions(+), 1 deletions(-)
17
18 diff --git a/gnome-base/gnome-shell/gnome-shell-3.0.2.ebuild b/gnome-base/gnome-shell/gnome-shell-3.0.2.ebuild
19 index bd8fc7e..63532c6 100644
20 --- a/gnome-base/gnome-shell/gnome-shell-3.0.2.ebuild
21 +++ b/gnome-base/gnome-shell/gnome-shell-3.0.2.ebuild
22 @@ -91,7 +91,7 @@ DEPEND="${COMMON_DEPEND}
23 >=dev-util/pkgconfig-0.22
24 >=dev-util/intltool-0.26
25 gnome-base/gnome-common
26 - !!<dev-lang/spidermonkey-2"
27 + !!=dev-lang/spidermonkey-1.8.2*"
28 # libmozjs.so is picked up from /usr/lib while compiling, so block at build-time
29 # https://bugs.gentoo.org/show_bug.cgi?id=360413