diff options
author | Hallgrimur H. Gunnarsson <hhg@gentoo.org> | 2003-11-18 20:36:38 +0000 |
---|---|---|
committer | Hallgrimur H. Gunnarsson <hhg@gentoo.org> | 2003-11-18 20:36:38 +0000 |
commit | 8964e592f5ad6f31675d0a3272d9cd53a9f38454 (patch) | |
tree | 881c3e7f72b8d06c5928b6947d06de24e06e4472 /net-irc/muh/muh-2.1_rc1.ebuild | |
parent | Marked stable on x86 (diff) | |
download | gentoo-2-8964e592f5ad6f31675d0a3272d9cd53a9f38454.tar.gz gentoo-2-8964e592f5ad6f31675d0a3272d9cd53a9f38454.tar.bz2 gentoo-2-8964e592f5ad6f31675d0a3272d9cd53a9f38454.zip |
Marked stable on x86
Diffstat (limited to 'net-irc/muh/muh-2.1_rc1.ebuild')
-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 1884d5c7ebc9..57278366a2db 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.2 2003/10/02 00:44:59 hhg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/muh-2.1_rc1.ebuild,v 1.3 2003/11/18 20:36:24 hhg 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 ~arm" src_compile() { econf || die "configure failed" |