diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-28 02:57:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-28 02:57:20 +0000 |
commit | 844a0bd5c471f052e63ad752f520f6fb4df527f6 (patch) | |
tree | 71c2c0fb9d9d34058c94faeaba1dd349bddbef89 /net-irc/bnc/bnc-2.6.4.ebuild | |
parent | arm KEYWORDS (diff) | |
download | gentoo-2-844a0bd5c471f052e63ad752f520f6fb4df527f6.tar.gz gentoo-2-844a0bd5c471f052e63ad752f520f6fb4df527f6.tar.bz2 gentoo-2-844a0bd5c471f052e63ad752f520f6fb4df527f6.zip |
arm KEYWORDS
Diffstat (limited to 'net-irc/bnc/bnc-2.6.4.ebuild')
-rw-r--r-- | net-irc/bnc/bnc-2.6.4.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/net-irc/bnc/bnc-2.6.4.ebuild b/net-irc/bnc/bnc-2.6.4.ebuild index 0dea891d6105..a17a9ee2a607 100644 --- a/net-irc/bnc/bnc-2.6.4.ebuild +++ b/net-irc/bnc/bnc-2.6.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/bnc-2.6.4.ebuild,v 1.9 2003/12/29 18:52:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bnc/bnc-2.6.4.ebuild,v 1.10 2004/05/28 02:57:20 vapier Exp $ MY_P=${P/-/} DESCRIPTION="BNC (BouNCe) is used as a gateway to an IRC Server" @@ -11,7 +11,8 @@ SRC_URI="http://gotbnc.com/files/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ppc sparc alpha arm" +IUSE="" DEPEND="virtual/glibc" @@ -24,8 +25,8 @@ src_compile() { } src_install() { - dodoc CHANGES COPYING README - dobin bnc bncchk bncsetup bncmkpasswd + dodoc CHANGES README + dobin bnc bncchk bncsetup bncmkpasswd || die insinto /usr/share/${MY_P} doins example.conf motd } |