diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-03-17 23:12:39 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-03-17 23:12:39 +0000 |
commit | ae387d4884350572bfdf39ff595b5883666b8070 (patch) | |
tree | 94e2d08cb1d348183968eb6cd04d8766cab9fc61 /sys-fs/gfs | |
parent | Fixed bug #207796. (diff) | |
download | gentoo-2-ae387d4884350572bfdf39ff595b5883666b8070.tar.gz gentoo-2-ae387d4884350572bfdf39ff595b5883666b8070.tar.bz2 gentoo-2-ae387d4884350572bfdf39ff595b5883666b8070.zip |
whitespace
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-fs/gfs')
-rw-r--r-- | sys-fs/gfs/gfs-2.02.00.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/gfs/gfs-2.02.00.ebuild b/sys-fs/gfs/gfs-2.02.00.ebuild index 0c08b7fd2984..56f4faf1dbba 100644 --- a/sys-fs/gfs/gfs-2.02.00.ebuild +++ b/sys-fs/gfs/gfs-2.02.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/gfs/gfs-2.02.00.ebuild,v 1.1 2008/03/17 17:30:28 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/gfs/gfs-2.02.00.ebuild,v 1.2 2008/03/17 23:12:39 mr_bones_ Exp $ inherit eutils versionator @@ -40,7 +40,7 @@ src_compile() { ) || die "configure problem" # gfs now depeneds on gfs2, due to common mount command. - # to avoid a dependency on gfs2, we simply build its mount command twice + # to avoid a dependency on gfs2, we simply build its mount command twice # and rename it sed -i \ -e '/ln -sf [u]\?mount.gfs2 [u]\?mount.gfs/d' \ |