summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-06-26 01:41:10 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-06-26 01:41:10 +0000
commit32a0087a608a235df0fb35065947f9b3c798df0f (patch)
tree2209f3599a5b26a2465d74ba19880f436b19daa1 /app-pda/coldsync
parentwhitespace (diff)
downloadgentoo-2-32a0087a608a235df0fb35065947f9b3c798df0f.tar.gz
gentoo-2-32a0087a608a235df0fb35065947f9b3c798df0f.tar.bz2
gentoo-2-32a0087a608a235df0fb35065947f9b3c798df0f.zip
whitespace
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-pda/coldsync')
-rw-r--r--app-pda/coldsync/coldsync-2.2.5-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-pda/coldsync/coldsync-2.2.5-r1.ebuild b/app-pda/coldsync/coldsync-2.2.5-r1.ebuild
index 50b3b45be9ab..bd57b122cbec 100644
--- a/app-pda/coldsync/coldsync-2.2.5-r1.ebuild
+++ b/app-pda/coldsync/coldsync-2.2.5-r1.ebuild
@@ -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/app-pda/coldsync/coldsync-2.2.5-r1.ebuild,v 1.8 2006/08/22 10:32:49 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/coldsync-2.2.5-r1.ebuild,v 1.9 2007/06/26 01:41:10 mr_bones_ Exp $
inherit eutils
@@ -22,7 +22,7 @@ src_unpack() {
src_compile() {
cd ${S}
- econf $(use_with nls i18n) $(use_with perl)
+ econf $(use_with nls i18n) $(use_with perl)
make || die "couldn't make coldsync"
}