summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-28 01:56:34 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-28 01:56:34 +0000
commitba46b2b6674f4f6b948806fede9b16f198849665 (patch)
treea21f776d4965ab7edff35a496241c27553989594 /sys-fs/xfsdump
parentAdded ~sparc, ~mips (Manifest recommit) (diff)
downloadgentoo-2-ba46b2b6674f4f6b948806fede9b16f198849665.tar.gz
gentoo-2-ba46b2b6674f4f6b948806fede9b16f198849665.tar.bz2
gentoo-2-ba46b2b6674f4f6b948806fede9b16f198849665.zip
QA - fix use invocation
Diffstat (limited to 'sys-fs/xfsdump')
-rw-r--r--sys-fs/xfsdump/ChangeLog5
-rw-r--r--sys-fs/xfsdump/xfsdump-2.2.16.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/xfsdump/ChangeLog b/sys-fs/xfsdump/ChangeLog
index d3856a21276b..ef4302f51144 100644
--- a/sys-fs/xfsdump/ChangeLog
+++ b/sys-fs/xfsdump/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/xfsdump
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.10 2004/06/24 22:54:41 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.11 2004/06/28 01:55:57 agriffis Exp $
+
+ 27 Jun 2004; Aron Griffis <agriffis@gentoo.org> xfsdump-2.2.16.ebuild:
+ QA - fix use invocation
24 Mar 2004; Jon Portnoy <avenj@gentoo.org> xfsdump-2.2.16.ebuild :
Stable on AMD64
diff --git a/sys-fs/xfsdump/xfsdump-2.2.16.ebuild b/sys-fs/xfsdump/xfsdump-2.2.16.ebuild
index ed532abd28dc..f4b8f8e4ed56 100644
--- a/sys-fs/xfsdump/xfsdump-2.2.16.ebuild
+++ b/sys-fs/xfsdump/xfsdump-2.2.16.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/xfsdump/xfsdump-2.2.16.ebuild,v 1.7 2004/06/24 22:54:41 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-2.2.16.ebuild,v 1.8 2004/06/28 01:55:57 agriffis Exp $
DESCRIPTION="xfs dump/restore utilities"
HOMEPAGE="http://oss.sgi.com/projects/xfs"
@@ -29,7 +29,7 @@ src_unpack() {
src_compile() {
export OPTIMIZER="${CFLAGS}"
export DEBUG=-DNDEBUG
- [ `use sparc` ] && unset PLATFORM
+ use sparc && unset PLATFORM
econf \
--libdir=/lib \