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 | b73e042d791d742fe820b94b912d30f01094e6f1 (patch) | |
tree | ace62d0543cf2f7eb8c39d5e56fc5ff420459718 /net-irc | |
parent | Version bump (diff) | |
download | gentoo-2-b73e042d791d742fe820b94b912d30f01094e6f1.tar.gz gentoo-2-b73e042d791d742fe820b94b912d30f01094e6f1.tar.bz2 gentoo-2-b73e042d791d742fe820b94b912d30f01094e6f1.zip |
x86 stable
(Portage version: 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" |