diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-10-20 00:12:06 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-10-20 00:12:06 +0000 |
commit | cdc8d891d4af48acb908aa2b5460d0d82428e39d (patch) | |
tree | d584517f1fa615043ea5e0644db044800ae20749 /eclass | |
parent | Fixed indentation (diff) | |
download | gentoo-2-cdc8d891d4af48acb908aa2b5460d0d82428e39d.tar.gz gentoo-2-cdc8d891d4af48acb908aa2b5460d0d82428e39d.tar.bz2 gentoo-2-cdc8d891d4af48acb908aa2b5460d0d82428e39d.zip |
whitespace fix
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gnome2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index 21ea3ec04b01..0d7658b1698d 100644 --- a/eclass/gnome2.eclass +++ b/eclass/gnome2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.25 2002/09/23 16:08:41 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.26 2002/10/20 00:12:06 spider Exp $ inherit libtool gnome.org @@ -19,7 +19,7 @@ INHERITED="$INHERITED $ECLASS" G2CONF="" if [ -n "$DEBUG" ]; then - G2CONF="${G2CONF} --enable-debug=yes" + G2CONF="${G2CONF} --enable-debug=yes" fi ELTCONF="" |