summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Carlson <absinthe@gentoo.org>2004-12-14 16:02:40 +0000
committerDylan Carlson <absinthe@gentoo.org>2004-12-14 16:02:40 +0000
commit9db62a859c733893ce3df46c2e77af3e69a09552 (patch)
tree03905c4bffcb2ec3a5d1cef3d3d97f9585b227a7 /sys-fs/xfsprogs
parentMarking x86 stable. See bug #72820 (Manifest recommit) (diff)
downloadgentoo-2-9db62a859c733893ce3df46c2e77af3e69a09552.tar.gz
gentoo-2-9db62a859c733893ce3df46c2e77af3e69a09552.tar.bz2
gentoo-2-9db62a859c733893ce3df46c2e77af3e69a09552.zip
Stable on amd64.
Diffstat (limited to 'sys-fs/xfsprogs')
-rw-r--r--sys-fs/xfsprogs/xfsprogs-2.6.25.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/xfsprogs/xfsprogs-2.6.25.ebuild b/sys-fs/xfsprogs/xfsprogs-2.6.25.ebuild
index 79e240aed797..fc3afd5608b4 100644
--- a/sys-fs/xfsprogs/xfsprogs-2.6.25.ebuild
+++ b/sys-fs/xfsprogs/xfsprogs-2.6.25.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.25.ebuild,v 1.4 2004/12/14 15:51:49 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsprogs/xfsprogs-2.6.25.ebuild,v 1.5 2004/12/14 16:02:40 absinthe Exp $
inherit flag-o-matic eutils
@@ -35,7 +35,7 @@ src_compile() {
export OPTIMIZER="${CFLAGS}"
export DEBUG=-DNDEBUG
- # Some archs need the PLATFORM var unset
+ # Some archs need the PLATFORM var unset
if hasq ${ARCH} mips ppc sparc; then
unset PLATFORM
fi