summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2004-04-28 20:57:18 +0000
committerJon Portnoy <avenj@gentoo.org>2004-04-28 20:57:18 +0000
commitf968427f01303bf2e3feec06d817d4ded664acb8 (patch)
tree69c6d7314d0141731b92250b588e370a574aff1c /app-admin/fam/fam-2.7.0-r1.ebuild
parentarm KEYWORD (diff)
downloadgentoo-2-f968427f01303bf2e3feec06d817d4ded664acb8.tar.gz
gentoo-2-f968427f01303bf2e3feec06d817d4ded664acb8.tar.bz2
gentoo-2-f968427f01303bf2e3feec06d817d4ded664acb8.zip
stable on amd64 plus always run gnuconfig_update
Diffstat (limited to 'app-admin/fam/fam-2.7.0-r1.ebuild')
-rw-r--r--app-admin/fam/fam-2.7.0-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/fam/fam-2.7.0-r1.ebuild b/app-admin/fam/fam-2.7.0-r1.ebuild
index 0ee5c585f200..c6c5aa3aea00 100644
--- a/app-admin/fam/fam-2.7.0-r1.ebuild
+++ b/app-admin/fam/fam-2.7.0-r1.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/app-admin/fam/fam-2.7.0-r1.ebuild,v 1.3 2004/04/28 18:52:28 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/fam/fam-2.7.0-r1.ebuild,v 1.4 2004/04/28 20:57:18 avenj Exp $
inherit libtool eutils gnuconfig
@@ -10,7 +10,7 @@ SRC_URI="ftp://oss.sgi.com/projects/fam/download/stable/${P}.tar.gz"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~alpha ~sparc hppa ~amd64 ~ia64 ~mips"
+KEYWORDS="~x86 ~ppc ~alpha ~sparc hppa amd64 ~ia64 ~mips"
DEPEND=">=net-nds/portmap-5b-r6"
@@ -30,7 +30,7 @@ src_unpack() {
}
src_compile() {
- use mips && gnuconfig_update
+ gnuconfig_update
econf || die "econf failed"
emake || die "emake failed"
}