diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-14 08:39:05 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-14 08:39:05 +0000 |
commit | 783e8edac9a621771fc6efe653f6b3990dfc3cff (patch) | |
tree | c62e1fb2197ceb3b4d55ca98edc6a7c6c77ac02f /net-misc/icaclient | |
parent | Updated sparc64-multilib to use MULTILIB_CHOSTS example. (Manifest recommit) (diff) | |
download | gentoo-2-783e8edac9a621771fc6efe653f6b3990dfc3cff.tar.gz gentoo-2-783e8edac9a621771fc6efe653f6b3990dfc3cff.tar.bz2 gentoo-2-783e8edac9a621771fc6efe653f6b3990dfc3cff.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'net-misc/icaclient')
-rw-r--r-- | net-misc/icaclient/icaclient-8.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/icaclient/icaclient-8.0-r3.ebuild b/net-misc/icaclient/icaclient-8.0-r3.ebuild index 52ee98f667ff..9c856cc43fcf 100644 --- a/net-misc/icaclient/icaclient-8.0-r3.ebuild +++ b/net-misc/icaclient/icaclient-8.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-8.0-r3.ebuild,v 1.1 2004/12/12 16:36:27 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-8.0-r3.ebuild,v 1.2 2004/12/14 08:39:05 mr_bones_ Exp $ DESCRIPTION="ICA Client" HOMEPAGE="http://www.citrix.com/download/unix-downloads.asp" @@ -76,5 +76,5 @@ src_install() { if [ use gnome ]; then insinto /usr/share/applications doins lib/ICAClient/desktop/*.desktop - fi + fi } |