diff options
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/znc/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/znc/znc-0.056.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/znc/ChangeLog b/net-irc/znc/ChangeLog index ce3faa131a29..ae01403213dc 100644 --- a/net-irc/znc/ChangeLog +++ b/net-irc/znc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/znc # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.13 2008/07/11 18:04:43 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.14 2008/07/11 18:55:45 rbu Exp $ + + 11 Jul 2008; Robert Buchholz <rbu@gentoo.org> znc-0.056.ebuild: + amd64 stable *znc-0.058 (11 Jul 2008) diff --git a/net-irc/znc/znc-0.056.ebuild b/net-irc/znc/znc-0.056.ebuild index 5b4df599ec94..de3c597f49c4 100644 --- a/net-irc/znc/znc-0.056.ebuild +++ b/net-irc/znc/znc-0.056.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/znc/znc-0.056.ebuild,v 1.2 2008/07/11 18:04:43 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-0.056.ebuild,v 1.3 2008/07/11 18:55:45 rbu Exp $ inherit autotools @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="debug ipv6 nomodules perl ssl" DEPEND="ssl? ( >=dev-libs/openssl-0.9.7d ) |