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/gksu/gksu-2.0.2.ebuild | |
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/gksu/gksu-2.0.2.ebuild')
-rw-r--r-- | x11-libs/gksu/gksu-2.0.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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 |