diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-05-27 07:15:57 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-05-27 07:15:57 +0000 |
commit | 3c499228a34ffbefefc10b3103afb6a26385b238 (patch) | |
tree | 38291000bc0637236d069ae26e0097574c8f0808 /net-irc | |
parent | Version bump, remove patch that was applied upstream, drop old. (diff) | |
download | gentoo-2-3c499228a34ffbefefc10b3103afb6a26385b238.tar.gz gentoo-2-3c499228a34ffbefefc10b3103afb6a26385b238.tar.bz2 gentoo-2-3c499228a34ffbefefc10b3103afb6a26385b238.zip |
x86 stable wrt security bug #359259
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/weechat/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/weechat/weechat-0.3.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/weechat/ChangeLog b/net-irc/weechat/ChangeLog index 8322ea9aa594..e63dd898a1a1 100644 --- a/net-irc/weechat/ChangeLog +++ b/net-irc/weechat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/weechat # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.92 2011/05/27 06:19:56 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.93 2011/05/27 07:15:57 phajdan.jr Exp $ + + 27 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> weechat-0.3.5.ebuild: + x86 stable wrt security bug #359259 27 May 2011; Kacper Kowalik <xarthisius@gentoo.org> weechat-0.3.5.ebuild: ppc stable wrt #359259 diff --git a/net-irc/weechat/weechat-0.3.5.ebuild b/net-irc/weechat/weechat-0.3.5.ebuild index 5ad29f96c702..60df2a35ab42 100644 --- a/net-irc/weechat/weechat-0.3.5.ebuild +++ b/net-irc/weechat/weechat-0.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-0.3.5.ebuild,v 1.2 2011/05/27 06:19:56 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-0.3.5.ebuild,v 1.3 2011/05/27 07:15:57 phajdan.jr Exp $ EAPI=3 @@ -22,7 +22,7 @@ SLOT="0" if [[ ${PV} == "9999" ]]; then KEYWORDS="" else - KEYWORDS="~amd64 ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="~amd64 ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux" fi NETWORKS="+irc" |