diff options
author | Alex Alexander <wired@gentoo.org> | 2010-04-06 22:02:21 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2010-04-06 22:02:21 +0000 |
commit | e67bdb33c95d067da332bd2453e812f06748a7ef (patch) | |
tree | 12343e2e2367105b72a42afd125c22ad9b617c66 /net-irc/znc | |
parent | Fix typo (configure -> prepare) (diff) | |
download | gentoo-2-e67bdb33c95d067da332bd2453e812f06748a7ef.tar.gz gentoo-2-e67bdb33c95d067da332bd2453e812f06748a7ef.tar.bz2 gentoo-2-e67bdb33c95d067da332bd2453e812f06748a7ef.zip |
amd64 stable, bug #313585
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/znc')
-rw-r--r-- | net-irc/znc/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/znc/znc-0.080.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/znc/ChangeLog b/net-irc/znc/ChangeLog index 82718cdd9e84..4e98bfe958e7 100644 --- a/net-irc/znc/ChangeLog +++ b/net-irc/znc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/znc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.31 2010/03/13 00:46:03 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.32 2010/04/06 22:02:21 wired Exp $ + + 06 Apr 2010; Alex Alexander <wired@gentoo.org> znc-0.080.ebuild: + amd64 stable, bug #313585 13 Mar 2010; Alex Alexander <wired@gentoo.org> metadata.xml: added myself as maintainer diff --git a/net-irc/znc/znc-0.080.ebuild b/net-irc/znc/znc-0.080.ebuild index ba415294453f..3c169fe9e434 100644 --- a/net-irc/znc/znc-0.080.ebuild +++ b/net-irc/znc/znc-0.080.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-0.080.ebuild,v 1.2 2010/03/13 00:03:07 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-0.080.ebuild,v 1.3 2010/04/06 22:02:21 wired Exp $ DESCRIPTION="An advanced IRC Bouncer" HOMEPAGE="http://znc.sourceforge.net" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="ares debug extras ipv6 nomodules perl ssl sasl" DEPEND="ssl? ( >=dev-libs/openssl-0.9.7d ) |