diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 23:54:26 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 23:54:26 +0000 |
commit | 1f2f6692bec02c877fe7ad21f02937b9f656efb4 (patch) | |
tree | 97dc61e9866cd17fc84b40691979e4836f44fef9 /gnome-extra/libgda/libgda-0.2.96-r2.ebuild | |
parent | new FHS-compliant dhcpcd with a -z "quit but save cache option" which is very... (diff) | |
download | gentoo-2-1f2f6692bec02c877fe7ad21f02937b9f656efb4.tar.gz gentoo-2-1f2f6692bec02c877fe7ad21f02937b9f656efb4.tar.bz2 gentoo-2-1f2f6692bec02c877fe7ad21f02937b9f656efb4.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'gnome-extra/libgda/libgda-0.2.96-r2.ebuild')
-rw-r--r-- | gnome-extra/libgda/libgda-0.2.96-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome-extra/libgda/libgda-0.2.96-r2.ebuild b/gnome-extra/libgda/libgda-0.2.96-r2.ebuild index 4a24b7021b35..189b70e7cc49 100644 --- a/gnome-extra/libgda/libgda-0.2.96-r2.ebuild +++ b/gnome-extra/libgda/libgda-0.2.96-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-0.2.96-r2.ebuild,v 1.8 2003/02/13 12:21:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-0.2.96-r2.ebuild,v 1.9 2003/09/06 23:52:57 msterret Exp $ IUSE="odbc postgres mysql" @@ -47,7 +47,7 @@ src_unpack() { src_compile() { - local myconf + local myconf if [ "`use mysql`" ] then @@ -70,7 +70,7 @@ src_compile() { then myconf="$myconf --with-postgres=/usr" fi - + # Wierd one, it dont detect bonobo. If someone could have a look # and fix if i havent gotten to it yet. # myconf="$myconf --disable-bonobotest" |