diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-08 07:23:13 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-08 07:23:13 +0000 |
commit | b2e651c5e321f3fd5304b24d33f0611a97ee4f82 (patch) | |
tree | 6b098083cfc5c7feabb647e56383ffa29ea4b3bc /app-pda/jpilot | |
parent | repoman: header fix (diff) | |
download | historical-b2e651c5e321f3fd5304b24d33f0611a97ee4f82.tar.gz historical-b2e651c5e321f3fd5304b24d33f0611a97ee4f82.tar.bz2 historical-b2e651c5e321f3fd5304b24d33f0611a97ee4f82.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 |