diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-08 07:25:44 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-08 07:25:44 +0000 |
commit | 1f2650dc0341b5766fbe13e945ae8244320cd8c7 (patch) | |
tree | dc7b87553d57bca1ffcd72c40487d1b4b516d9e9 /app-pda/jpilot | |
parent | repoman: header fix (diff) | |
download | gentoo-2-1f2650dc0341b5766fbe13e945ae8244320cd8c7.tar.gz gentoo-2-1f2650dc0341b5766fbe13e945ae8244320cd8c7.tar.bz2 gentoo-2-1f2650dc0341b5766fbe13e945ae8244320cd8c7.zip |
repoman: fix leading whitespace
Diffstat (limited to 'app-pda/jpilot')
-rw-r--r-- | app-pda/jpilot/jpilot-0.99.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-pda/jpilot/jpilot-0.99.5.ebuild b/app-pda/jpilot/jpilot-0.99.5.ebuild index bce3eac5fa0f..7eea177538cb 100644 --- a/app-pda/jpilot/jpilot-0.99.5.ebuild +++ b/app-pda/jpilot/jpilot-0.99.5.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/app-pda/jpilot/jpilot-0.99.5.ebuild,v 1.4 2003/09/08 07:22:50 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/jpilot-0.99.5.ebuild,v 1.5 2003/09/08 07:23:13 msterret Exp $ SYNCMAL="0.71.2" MALSYNC="2.1.1" @@ -34,7 +34,7 @@ src_compile() { use nls || myconf="--disable-nls" use gtk2 && myconf="${myconf} --enable-gtk2" \ || myconf="${myconf} --disable-gtk2" - econf ${myconf} + econf ${myconf} # make sure we use $CFLAGS mv Makefile Makefile.old |