diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-02-09 22:02:26 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-02-09 22:02:26 +0000 |
commit | 5e37c2d2ad33b129cc8fe95f64588b6ed2599d71 (patch) | |
tree | 013e2b09c0dc619a8fe78948f6829bfcfc831f67 /net-misc/zsync | |
parent | Re-add zsync with a port of zlib-1.2.3 for previous security problem. (diff) | |
download | gentoo-2-5e37c2d2ad33b129cc8fe95f64588b6ed2599d71.tar.gz gentoo-2-5e37c2d2ad33b129cc8fe95f64588b6ed2599d71.tar.bz2 gentoo-2-5e37c2d2ad33b129cc8fe95f64588b6ed2599d71.zip |
Fix whitespace.
(Portage version: 2.2.0_alpha21/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/zsync')
-rw-r--r-- | net-misc/zsync/zsync-0.6.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-misc/zsync/zsync-0.6.2.ebuild b/net-misc/zsync/zsync-0.6.2.ebuild index e7e89368c3bb..73b17ca4cf2a 100644 --- a/net-misc/zsync/zsync-0.6.2.ebuild +++ b/net-misc/zsync/zsync-0.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/zsync/zsync-0.6.2.ebuild,v 1.1 2011/02/09 22:01:44 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/zsync/zsync-0.6.2.ebuild,v 1.2 2011/02/09 22:02:26 robbat2 Exp $ EAPI=3 inherit autotools eutils @@ -44,4 +44,3 @@ src_install() { dodoc NEWS README doman doc/zsync.1 doc/zsyncmake.1 } - |