diff options
author | Sven Wegener <swegener@gentoo.org> | 2007-01-01 22:27:01 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2007-01-01 22:27:01 +0000 |
commit | a71865ad64c0e272c3b3df2d75d9854716d0121d (patch) | |
tree | 176ed5f80d92a83bdfe87e84bb0790ca986fef19 /eclass/gnome2-utils.eclass | |
parent | Version bump (diff) | |
download | historical-a71865ad64c0e272c3b3df2d75d9854716d0121d.tar.gz historical-a71865ad64c0e272c3b3df2d75d9854716d0121d.tar.bz2 historical-a71865ad64c0e272c3b3df2d75d9854716d0121d.zip |
Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/gnome2-utils.eclass')
-rw-r--r-- | eclass/gnome2-utils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnome2-utils.eclass b/eclass/gnome2-utils.eclass index 375aefb6750f..ce4a17f41d1d 100644 --- a/eclass/gnome2-utils.eclass +++ b/eclass/gnome2-utils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2-utils.eclass,v 1.1 2006/12/13 02:25:02 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2-utils.eclass,v 1.2 2007/01/01 22:27:01 swegener Exp $ # # gnome2-utils.eclass @@ -29,7 +29,7 @@ DEPEND=">=sys-apps/sed-4" # Applies any schema files installed by the current ebuild to Gconf's database -# using gconftool-2 +# using gconftool-2 gnome2_gconf_install() { if [[ ! -x ${GCONFTOOL_BIN} ]]; then return |