summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-04-24 05:05:00 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-04-24 05:05:00 +0000
commitc129d5d8c313e9cd045385f0c61281e2f123e76e (patch)
treeafc683abb8c89aaeea815b7f94c165dc92ba2267 /sys-apps
parentrepoman: Trim trailing whitespace (Manifest recommit) (diff)
downloadgentoo-2-c129d5d8c313e9cd045385f0c61281e2f123e76e.tar.gz
gentoo-2-c129d5d8c313e9cd045385f0c61281e2f123e76e.tar.bz2
gentoo-2-c129d5d8c313e9cd045385f0c61281e2f123e76e.zip
repoman: Fix leading whitespace
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/shadow/shadow-4.0.4.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/shadow/shadow-4.0.4.1.ebuild b/sys-apps/shadow/shadow-4.0.4.1.ebuild
index 9e7fd1c7a059..5f82af00069f 100644
--- a/sys-apps/shadow/shadow-4.0.4.1.ebuild
+++ b/sys-apps/shadow/shadow-4.0.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.4.1.ebuild,v 1.9 2004/04/22 11:22:43 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.4.1.ebuild,v 1.10 2004/04/24 05:05:00 mr_bones_ Exp $
inherit eutils libtool gnuconfig
@@ -54,7 +54,7 @@ src_unpack() {
# Thanks to Guy <guycad@mindspring.com>.
epatch ${FILESDIR}/${P}-useradd-manpage-update.patch
- # Patch to correct the definition if malloc, so that shadow can compile
+ # Patch to correct the definition if malloc, so that shadow can compile
# using gcc 3.4. see bug #47455 for more information
epatch ${FILESDIR}/${P}-gcc34-xmalloc.patch
}