summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-07-15 03:39:25 +0000
committerAron Griffis <agriffis@gentoo.org>2004-07-15 03:39:25 +0000
commite3e6da9db7d4b726c66db4d65c90145e354e9bfb (patch)
tree9ffd915f44c82aefeedff9eee7993b3feb1aa468 /sys-fs
parentsync IUSE (-ipv6), don't assign S=${WORKDIR}/${P} (diff)
downloadhistorical-e3e6da9db7d4b726c66db4d65c90145e354e9bfb.tar.gz
historical-e3e6da9db7d4b726c66db4d65c90145e354e9bfb.tar.bz2
historical-e3e6da9db7d4b726c66db4d65c90145e354e9bfb.zip
don't dep on arch for gnuconfig_update
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/progsreiserfs/progsreiserfs-0.3.0.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/progsreiserfs/progsreiserfs-0.3.0.4.ebuild b/sys-fs/progsreiserfs/progsreiserfs-0.3.0.4.ebuild
index 6ac8ffd0dc50..f07ed0a33c91 100644
--- a/sys-fs/progsreiserfs/progsreiserfs-0.3.0.4.ebuild
+++ b/sys-fs/progsreiserfs/progsreiserfs-0.3.0.4.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/progsreiserfs/progsreiserfs-0.3.0.4.ebuild,v 1.8 2004/06/24 22:53:02 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/progsreiserfs/progsreiserfs-0.3.0.4.ebuild,v 1.9 2004/07/15 03:39:25 agriffis Exp $
inherit libtool gnuconfig
@@ -20,7 +20,7 @@ src_compile() {
use nls || myconf="${myconf} --disable-nls"
use debug && myconf="${myconf} --disable-debug"
- use ppc64 && gnuconfig_update
+ gnuconfig_update
elibtoolize
econf ${myconf} || die "Configure failed"