diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-03-22 17:44:18 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-03-22 17:44:18 +0000 |
commit | f312e043e72eefa22f072e0c5ffdb2b05d7eed23 (patch) | |
tree | 2bbe09af35d46e6978331b4993256ef1f31b34cd /x11-libs | |
parent | version bump to fix #305463 (diff) | |
download | gentoo-2-f312e043e72eefa22f072e0c5ffdb2b05d7eed23.tar.gz gentoo-2-f312e043e72eefa22f072e0c5ffdb2b05d7eed23.tar.bz2 gentoo-2-f312e043e72eefa22f072e0c5ffdb2b05d7eed23.zip |
Set GCONF_DEBUG=no, bug 263406
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gksu/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/gksu/gksu-2.0.2.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-libs/gksu/ChangeLog b/x11-libs/gksu/ChangeLog index 3882952ed3d5..a4d736084c18 100644 --- a/x11-libs/gksu/ChangeLog +++ b/x11-libs/gksu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/gksu -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/ChangeLog,v 1.57 2009/10/12 22:47:35 eva Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/ChangeLog,v 1.58 2010/03/22 17:44:18 pacho Exp $ + + 22 Mar 2010; Pacho Ramos <pacho@gentoo.org> gksu-2.0.2.ebuild: + Set GCONF_DEBUG=no, bug 263406 13 Oct 2009; Gilles Dartiguelongue <eva@gentoo.org -gksu-2.0.0.ebuild, -gksu-2.0.0-r2.ebuild, -files/gksu-2.0.0-new-nautilus.patch: diff --git a/x11-libs/gksu/gksu-2.0.2.ebuild b/x11-libs/gksu/gksu-2.0.2.ebuild index ddeb575c6551..a1fd2195e611 100644 --- a/x11-libs/gksu/gksu-2.0.2.ebuild +++ b/x11-libs/gksu/gksu-2.0.2.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/gksu-2.0.2.ebuild,v 1.8 2009/09/06 20:59:19 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/gksu-2.0.2.ebuild,v 1.9 2010/03/22 17:44:18 pacho Exp $ EAPI="2" +GCONF_DEBUG="no" inherit gnome2 fixheadtails eutils autotools |