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 | a0e8ed067405bd9889aa86997e4aa3b9da6c2e54 (patch) | |
tree | 5c1d0c2c1168bc5d5383130f3eb60720c66cd5dc /x11-libs/gksu/gksu-2.0.2.ebuild | |
parent | version bump to fix #305463 (diff) | |
download | historical-a0e8ed067405bd9889aa86997e4aa3b9da6c2e54.tar.gz historical-a0e8ed067405bd9889aa86997e4aa3b9da6c2e54.tar.bz2 historical-a0e8ed067405bd9889aa86997e4aa3b9da6c2e54.zip |
Set GCONF_DEBUG=no, bug 263406
Package-Manager: portage-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 |