diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 22:49:50 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 22:49:50 +0000 |
commit | f54acad3a6b223560b0a2cb0e76556d8dbf8428f (patch) | |
tree | 0ee30edbce63f97495bdd00ac3895f25f7351d09 /net-irc | |
parent | Remove arm keywords (Manifest recommit) (diff) | |
download | gentoo-2-f54acad3a6b223560b0a2cb0e76556d8dbf8428f.tar.gz gentoo-2-f54acad3a6b223560b0a2cb0e76556d8dbf8428f.tar.bz2 gentoo-2-f54acad3a6b223560b0a2cb0e76556d8dbf8428f.zip |
Remove arm keywords
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/muh/muh-2.1_rc1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/muh/muh-2.1_rc1.ebuild b/net-irc/muh/muh-2.1_rc1.ebuild index 57278366a2db..ab6a1048e197 100644 --- a/net-irc/muh/muh-2.1_rc1.ebuild +++ b/net-irc/muh/muh-2.1_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/muh-2.1_rc1.ebuild,v 1.3 2003/11/18 20:36:24 hhg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/muh-2.1_rc1.ebuild,v 1.4 2004/02/22 22:47:15 agriffis Exp $ MY_P=${P/_/} S=${WORKDIR}/${MY_P} @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/muh/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~mips ~arm" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~mips " src_compile() { econf || die "configure failed" |