diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-04 04:53:28 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-04 04:53:28 +0000 |
commit | 93b7cc9f8530321c315b184f4eb583705ca218d8 (patch) | |
tree | 8d5485048d106b984da0cb88618ca3149e54225a /net-mail | |
parent | whitespace (diff) | |
download | gentoo-2-93b7cc9f8530321c315b184f4eb583705ca218d8.tar.gz gentoo-2-93b7cc9f8530321c315b184f4eb583705ca218d8.tar.bz2 gentoo-2-93b7cc9f8530321c315b184f4eb583705ca218d8.zip |
whitespace
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/cmd5checkpw/cmd5checkpw-0.30-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/cmd5checkpw/cmd5checkpw-0.30-r1.ebuild b/net-mail/cmd5checkpw/cmd5checkpw-0.30-r1.ebuild index 8e0b2e195256..5c5f76b8019d 100644 --- a/net-mail/cmd5checkpw/cmd5checkpw-0.30-r1.ebuild +++ b/net-mail/cmd5checkpw/cmd5checkpw-0.30-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cmd5checkpw/cmd5checkpw-0.30-r1.ebuild,v 1.2 2009/01/03 02:05:03 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/cmd5checkpw/cmd5checkpw-0.30-r1.ebuild,v 1.3 2009/01/04 04:53:28 mr_bones_ Exp $ inherit eutils fixheadtails qmail @@ -30,7 +30,7 @@ pkg_setup() { } src_unpack() { - # The old code moved the file in DISTDIR, which is forbidden. + # The old code moved the file in DISTDIR, which is forbidden. # It's read-only. cd "${WORKDIR}" rm -f ${PN}-${MY_VER}.tar.gz |