diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-16 20:28:22 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-16 20:28:22 +0000 |
commit | b0fc7d4e96d5b88644628c85f96a084065bbe94c (patch) | |
tree | 86b84c1a9eed6c9e76011a49b7697d858d224bd7 /sys-fs | |
parent | repoman: Fix leading whitespace (Manifest recommit) (diff) | |
download | gentoo-2-b0fc7d4e96d5b88644628c85f96a084065bbe94c.tar.gz gentoo-2-b0fc7d4e96d5b88644628c85f96a084065bbe94c.tar.bz2 gentoo-2-b0fc7d4e96d5b88644628c85f96a084065bbe94c.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/xfsprogs/xfsprogs-2.6.13.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/xfsprogs/xfsprogs-2.6.13.ebuild b/sys-fs/xfsprogs/xfsprogs-2.6.13.ebuild index 0c07e12b9dd7..18b4bb92903f 100644 --- a/sys-fs/xfsprogs/xfsprogs-2.6.13.ebuild +++ b/sys-fs/xfsprogs/xfsprogs-2.6.13.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/sys-fs/xfsprogs/xfsprogs-2.6.13.ebuild,v 1.6 2004/10/08 00:36:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/xfsprogs-2.6.13.ebuild,v 1.7 2004/10/16 20:28:22 mr_bones_ Exp $ inherit flag-o-matic eutils @@ -29,13 +29,13 @@ src_unpack() { include/builddefs.in \ || die "sed include/builddefs.in failed" - # mincore does not appear to be part of POSIX or the Single Unix + # mincore does not appear to be part of POSIX or the Single Unix # Specification. So we patch it out for uclibc builds. epatch ${FILESDIR}/${PV}-uclibc-mincore.patch use uclibc && append-flags -D__UCLIBC__ epatch ${FILESDIR}/${PV}-configure.patch #65735 - autoreconf -i || die "autoreconf" + autoreconf -i || die "autoreconf" } src_compile() { |