diff options
Diffstat (limited to 'sys-fs/xfsdump/xfsdump-2.2.16.ebuild')
-rw-r--r-- | sys-fs/xfsdump/xfsdump-2.2.16.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-fs/xfsdump/xfsdump-2.2.16.ebuild b/sys-fs/xfsdump/xfsdump-2.2.16.ebuild index 06e6c7149dc6..48baea8fe527 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 Technologies, Inc. # 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.2 2004/02/21 03:36:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-2.2.16.ebuild,v 1.3 2004/02/21 22:44:09 weeve Exp $ DESCRIPTION="xfs dump/restore utilities" HOMEPAGE="http://oss.sgi.com/projects/xfs" @@ -8,7 +8,7 @@ SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~mips ~amd64 ~ia64" +KEYWORDS="x86 ~ppc -sparc ~mips ~amd64 ~ia64" DEPEND="sys-fs/e2fsprogs sys-fs/xfsprogs @@ -29,6 +29,7 @@ src_unpack() { src_compile() { export OPTIMIZER="${CFLAGS}" export DEBUG=-DNDEBUG + [ `use sparc` ] && unset PLATFORM econf \ --libdir=/lib \ |