diff options
Diffstat (limited to 'net-irc/ngircd/ngircd-0.8.3.ebuild')
-rw-r--r-- | net-irc/ngircd/ngircd-0.8.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/ngircd/ngircd-0.8.3.ebuild b/net-irc/ngircd/ngircd-0.8.3.ebuild index 055e6eb770e8..fe7930d8a336 100644 --- a/net-irc/ngircd/ngircd-0.8.3.ebuild +++ b/net-irc/ngircd/ngircd-0.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ngircd-0.8.3.ebuild,v 1.2 2005/02/14 17:34:50 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ngircd-0.8.3.ebuild,v 1.3 2005/04/24 13:15:04 hansmi Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="ftp://download.berlios.de/pub/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~amd64" +KEYWORDS="x86 ppc ~amd64" IUSE="zlib tcpd debug" |