diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 19:49:05 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 19:49:05 +0000 |
commit | 8e267ca58f15cec209e914df0c327edff57bdaee (patch) | |
tree | 11d64941bc20992694e029efb54b2635a7633955 /app-pda/coldsync/coldsync-2.2.5.ebuild | |
parent | Remove arm keywords (diff) | |
download | historical-8e267ca58f15cec209e914df0c327edff57bdaee.tar.gz historical-8e267ca58f15cec209e914df0c327edff57bdaee.tar.bz2 historical-8e267ca58f15cec209e914df0c327edff57bdaee.zip |
Remove arm keywords
Diffstat (limited to 'app-pda/coldsync/coldsync-2.2.5.ebuild')
-rw-r--r-- | app-pda/coldsync/coldsync-2.2.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-pda/coldsync/coldsync-2.2.5.ebuild b/app-pda/coldsync/coldsync-2.2.5.ebuild index 327152f003de..d763021dac3a 100644 --- a/app-pda/coldsync/coldsync-2.2.5.ebuild +++ b/app-pda/coldsync/coldsync-2.2.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/coldsync/coldsync-2.2.5.ebuild,v 1.1 2003/08/30 09:04:05 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/coldsync/coldsync-2.2.5.ebuild,v 1.2 2004/02/22 19:48:13 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="A command-line tool to synchronize PalmOS PDAs with Unix workstations" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.coldsync.org/" SLOT="0" LICENSE="Artistic" -KEYWORDS="x86 sparc " +KEYWORDS="x86 sparc" src_compile() { local myconf |