diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:53:46 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:53:46 +0000 |
commit | 892c42849acf6075f25333f4e11b588e68bc2097 (patch) | |
tree | 5a18dd112af313c18ff00f26702a9d21b22683b4 /net-fs | |
parent | Gentoo Technologies -> Gentoo Foundation (Manifest recommit) (diff) | |
download | gentoo-2-892c42849acf6075f25333f4e11b588e68bc2097.tar.gz gentoo-2-892c42849acf6075f25333f4e11b588e68bc2097.tar.bz2 gentoo-2-892c42849acf6075f25333f4e11b588e68bc2097.zip |
don't dep on arch for gnuconfig_update
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/nfs-utils/nfs-utils-1.0.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/nfs-utils/nfs-utils-1.0.6-r1.ebuild b/net-fs/nfs-utils/nfs-utils-1.0.6-r1.ebuild index 73ee0c6862df..9dfa5f9739bb 100644 --- a/net-fs/nfs-utils/nfs-utils-1.0.6-r1.ebuild +++ b/net-fs/nfs-utils/nfs-utils-1.0.6-r1.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/net-fs/nfs-utils/nfs-utils-1.0.6-r1.ebuild,v 1.8 2004/06/25 03:09:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-1.0.6-r1.ebuild,v 1.9 2004/07/14 23:53:46 agriffis Exp $ inherit gnuconfig @@ -19,7 +19,7 @@ RDEPEND="${DEPEND} >=sys-apps/util-linux-2.11f" src_compile() { - use ppc64 && gnuconfig_update + gnuconfig_update ./configure \ --mandir=/usr/share/man \ --with-statedir=/var/lib/nfs \ |