diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-02-25 15:28:11 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-02-25 15:28:11 +0000 |
commit | 93971ec7753305b4a410ad6f9eac13280a36d3dc (patch) | |
tree | 22e10358598e7ea6390d1a9227dfd28a0a0319d4 /net-irc | |
parent | Version bump (diff) | |
download | historical-93971ec7753305b4a410ad6f9eac13280a36d3dc.tar.gz historical-93971ec7753305b4a410ad6f9eac13280a36d3dc.tar.bz2 historical-93971ec7753305b4a410ad6f9eac13280a36d3dc.zip |
x86 stable
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/ngircd/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/ngircd/ngircd-0.11.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/ngircd/ChangeLog b/net-irc/ngircd/ChangeLog index 37fee9a47f90..c8e69eb295a8 100644 --- a/net-irc/ngircd/ChangeLog +++ b/net-irc/ngircd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/ngircd # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ChangeLog,v 1.37 2008/01/20 05:12:26 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ChangeLog,v 1.38 2008/02/25 15:28:11 armin76 Exp $ + + 25 Feb 2008; Raúl Porcel <armin76@gentoo.org> ngircd-0.11.0.ebuild: + x86 stable *ngircd-0.11.0 (20 Jan 2008) diff --git a/net-irc/ngircd/ngircd-0.11.0.ebuild b/net-irc/ngircd/ngircd-0.11.0.ebuild index 85033f6f4f8f..0bd7e72b7003 100644 --- a/net-irc/ngircd/ngircd-0.11.0.ebuild +++ b/net-irc/ngircd/ngircd-0.11.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ngircd-0.11.0.ebuild,v 1.1 2008/01/20 05:12:26 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ngircd-0.11.0.ebuild,v 1.2 2008/02/25 15:28:11 armin76 Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.berlios.de/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="zlib tcpd debug ident" RESTRICT="test" |