diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-04-19 10:07:28 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-04-19 10:07:28 +0000 |
commit | 69ea5f4689386e91b6ffe0cfb795d8f564ea992a (patch) | |
tree | 75ea4ae9708a1a5eb50118a8062fb6c60c321c66 /net-irc | |
parent | Stable for x86, wrt bug #507722 (diff) | |
download | gentoo-2-69ea5f4689386e91b6ffe0cfb795d8f564ea992a.tar.gz gentoo-2-69ea5f4689386e91b6ffe0cfb795d8f564ea992a.tar.bz2 gentoo-2-69ea5f4689386e91b6ffe0cfb795d8f564ea992a.zip |
Stable for x86, wrt bug #507794
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/znc/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/znc/znc-1.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/znc/ChangeLog b/net-irc/znc/ChangeLog index c607c4ac5d5c..2b4613756355 100644 --- a/net-irc/znc/ChangeLog +++ b/net-irc/znc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/znc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.71 2014/04/19 10:02:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.72 2014/04/19 10:07:28 ago Exp $ + + 19 Apr 2014; Agostino Sarubbo <ago@gentoo.org> znc-1.2-r1.ebuild: + Stable for x86, wrt bug #507794 19 Apr 2014; Agostino Sarubbo <ago@gentoo.org> znc-1.2-r1.ebuild: Stable for amd64, wrt bug #507794 diff --git a/net-irc/znc/znc-1.2-r1.ebuild b/net-irc/znc/znc-1.2-r1.ebuild index ab82baf8ea01..b318bcf16ac8 100644 --- a/net-irc/znc/znc-1.2-r1.ebuild +++ b/net-irc/znc/znc-1.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-1.2-r1.ebuild,v 1.2 2014/04/19 10:02:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-1.2-r1.ebuild,v 1.3 2014/04/19 10:07:28 ago Exp $ EAPI=5 @@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then KEYWORDS="" else SRC_URI="http://znc.in/releases/${PN}-${MY_PV}.tar.gz" - KEYWORDS="amd64 ~arm ~x86" + KEYWORDS="amd64 ~arm x86" fi HOMEPAGE="http://znc.in" |