diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-17 17:41:06 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-17 17:41:06 +0000 |
commit | 7cd59f1e2254f5466547cbf8d2933c70bd7b6716 (patch) | |
tree | 9b7da8aa390e2f6b55178f893ad8df66ea96ddf9 /net-irc | |
parent | Stable for x86, wrt bug #456944 (diff) | |
download | gentoo-2-7cd59f1e2254f5466547cbf8d2933c70bd7b6716.tar.gz gentoo-2-7cd59f1e2254f5466547cbf8d2933c70bd7b6716.tar.bz2 gentoo-2-7cd59f1e2254f5466547cbf8d2933c70bd7b6716.zip |
Stable for x86, wrt bug #446454
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/znc/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/znc/znc-1.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-irc/znc/ChangeLog b/net-irc/znc/ChangeLog index 9c4e70f76464..73473cc4cd78 100644 --- a/net-irc/znc/ChangeLog +++ b/net-irc/znc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/znc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.63 2013/02/03 11:04:00 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.64 2013/02/17 17:41:06 ago Exp $ + + 17 Feb 2013; Agostino Sarubbo <ago@gentoo.org> znc-1.0-r1.ebuild: + Stable for x86, wrt bug #446454 03 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> znc-1.0-r1.ebuild: Stable on amd64, wrt bug #446454 @@ -286,4 +289,3 @@ +znc-0.047.ebuild: Initial import, initial ebuild by Uli Schlachter <tobespammed at web dot de> bug 175212 - diff --git a/net-irc/znc/znc-1.0-r1.ebuild b/net-irc/znc/znc-1.0-r1.ebuild index debe1513c00d..a9929ade2cae 100644 --- a/net-irc/znc/znc-1.0-r1.ebuild +++ b/net-irc/znc/znc-1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-1.0-r1.ebuild,v 1.2 2013/02/03 11:04:00 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-1.0-r1.ebuild,v 1.3 2013/02/17 17:41:06 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://znc.in/releases/${PN}-${MY_PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="daemon debug ipv6 perl python ssl sasl tcl" RDEPEND=" |