diff options
author | Matti Bickel <mabi@gentoo.org> | 2007-08-13 14:50:33 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2007-08-13 14:50:33 +0000 |
commit | c2cfafbe0a230601952c9d1e26e82e4eaf610643 (patch) | |
tree | e680006361c55353cd256c5e9641fa66464cb445 /net-irc | |
parent | Stable on sparc (diff) | |
download | gentoo-2-c2cfafbe0a230601952c9d1e26e82e4eaf610643.tar.gz gentoo-2-c2cfafbe0a230601952c9d1e26e82e4eaf610643.tar.bz2 gentoo-2-c2cfafbe0a230601952c9d1e26e82e4eaf610643.zip |
ppc stable (bug #185565)
(Portage version: 2.1.3.5)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/ngircd/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/ngircd/ngircd-0.10.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/ngircd/ChangeLog b/net-irc/ngircd/ChangeLog index f86743ba0af5..e373ae535f19 100644 --- a/net-irc/ngircd/ChangeLog +++ b/net-irc/ngircd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/ngircd # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ChangeLog,v 1.29 2007/08/05 20:41:11 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ChangeLog,v 1.30 2007/08/13 14:50:33 mabi Exp $ + + 13 Aug 2007; Matti Bickel <mabi@gentoo.org> ngircd-0.10.2.ebuild: + ppc stable (bug #185565) *ngircd-0.10.3 (05 Aug 2007) diff --git a/net-irc/ngircd/ngircd-0.10.2.ebuild b/net-irc/ngircd/ngircd-0.10.2.ebuild index c4914ae7763d..62869d7f0225 100644 --- a/net-irc/ngircd/ngircd-0.10.2.ebuild +++ b/net-irc/ngircd/ngircd-0.10.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ngircd-0.10.2.ebuild,v 1.2 2007/07/16 18:01:27 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ngircd-0.10.2.ebuild,v 1.3 2007/08/13 14:50:33 mabi Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://berlios/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="~amd64 ppc x86" IUSE="zlib tcpd debug ident" RESTRICT="test" |