diff options
author | Dawid Węgliński <cla@gentoo.org> | 2007-10-23 22:09:54 +0000 |
---|---|---|
committer | Dawid Węgliński <cla@gentoo.org> | 2007-10-23 22:09:54 +0000 |
commit | c914ca5d711e2dd99c34882e4afcc31837392cac (patch) | |
tree | a503056bc55e433ce42e7d9aeb89dba07c511de8 /net-irc | |
parent | Version bump (diff) | |
download | gentoo-2-c914ca5d711e2dd99c34882e4afcc31837392cac.tar.gz gentoo-2-c914ca5d711e2dd99c34882e4afcc31837392cac.tar.bz2 gentoo-2-c914ca5d711e2dd99c34882e4afcc31837392cac.zip |
Stable on x86, bug #196760
(Portage version: 2.1.3.15)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/znc/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/znc/znc-0.050.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/znc/ChangeLog b/net-irc/znc/ChangeLog index 671c2da6d5e1..acfdba9d90f1 100644 --- a/net-irc/znc/ChangeLog +++ b/net-irc/znc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/znc # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.3 2007/08/29 10:21:08 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.4 2007/10/23 22:09:54 cla Exp $ + + 23 Oct 2007; Dawid Węgliński <cla@gentoo.org> znc-0.050.ebuild: + Stable on x86 (bug #196760) *znc-0.050 (29 Aug 2007) diff --git a/net-irc/znc/znc-0.050.ebuild b/net-irc/znc/znc-0.050.ebuild index 1274768b0f24..69df8c0c3ec0 100644 --- a/net-irc/znc/znc-0.050.ebuild +++ b/net-irc/znc/znc-0.050.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/znc/znc-0.050.ebuild,v 1.1 2007/08/29 10:21:08 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-0.050.ebuild,v 1.2 2007/10/23 22:09:54 cla 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 ) |