Gentoo Archives: gentoo-commits

From: Nirbheek Chauhan <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: eclass/
Date: Mon, 28 Feb 2011 10:19:10
Message-Id: b88fd03c2c6cc596843ea82ef6d5e18cb7dc2035.nirbheek@gentoo
1 commit: b88fd03c2c6cc596843ea82ef6d5e18cb7dc2035
2 Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 28 09:07:30 2011 +0000
4 Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 28 09:07:30 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b88fd03c
7
8 gnome2.eclass: remove stray debug message
9
10 ---
11 eclass/gnome2.eclass | 1 -
12 1 files changed, 0 insertions(+), 1 deletions(-)
13
14 diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass
15 index 192fc16..f206fc1 100644
16 --- a/eclass/gnome2.eclass
17 +++ b/eclass/gnome2.eclass
18 @@ -67,7 +67,6 @@ gnome2_src_prepare() {
19 }
20
21 gnome2_src_configure() {
22 - einfo dbus:$DBUS_SESSION_BUS_ADDRESS
23 # Update the GNOME configuration options
24 if [[ ${GCONF_DEBUG} != 'no' ]] ; then
25 if use debug ; then