From 9c43342c1fbf056b9ffd273f4ee9397361c425d7 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Tue, 13 Jul 2004 22:38:37 +0000 Subject: don't dep on arch for gnuconfig_update --- app-admin/fam/fam-2.7.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-admin/fam') diff --git a/app-admin/fam/fam-2.7.0.ebuild b/app-admin/fam/fam-2.7.0.ebuild index 2fa74f068e5a..3f25a4113d64 100644 --- a/app-admin/fam/fam-2.7.0.ebuild +++ b/app-admin/fam/fam-2.7.0.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/app-admin/fam/fam-2.7.0.ebuild,v 1.16 2004/06/24 21:25:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/fam/fam-2.7.0.ebuild,v 1.17 2004/07/13 22:35:44 agriffis Exp $ inherit libtool eutils gnuconfig @@ -25,7 +25,7 @@ src_unpack() { # scripts (.la files) cd ${S}; elibtoolize - use mips && gnuconfig_update + gnuconfig_update } src_install() { -- cgit v1.2.3-65-gdbad