diff options
Diffstat (limited to 'sys-fs/xfsdump')
-rw-r--r-- | sys-fs/xfsdump/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/xfsdump/xfsdump-2.2.16.ebuild | 4 |
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 \ |