diff options
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/weechat/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/weechat/weechat-0.4.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/weechat/ChangeLog b/net-irc/weechat/ChangeLog index 4e636942f733..624487018d3e 100644 --- a/net-irc/weechat/ChangeLog +++ b/net-irc/weechat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/weechat # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.142 2014/08/10 20:54:10 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.143 2014/08/13 09:23:10 ago Exp $ + + 13 Aug 2014; Agostino Sarubbo <ago@gentoo.org> weechat-0.4.3-r1.ebuild: + Stable for ppc, wrt bug #505476 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> weechat-0.4.1.ebuild, weechat-0.4.2.ebuild, weechat-0.4.3-r1.ebuild, weechat-9999.ebuild: diff --git a/net-irc/weechat/weechat-0.4.3-r1.ebuild b/net-irc/weechat/weechat-0.4.3-r1.ebuild index 3efb34c2d00b..53ac623924b7 100644 --- a/net-irc/weechat/weechat-0.4.3-r1.ebuild +++ b/net-irc/weechat/weechat-0.4.3-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/weechat/weechat-0.4.3-r1.ebuild,v 1.5 2014/08/10 20:54:10 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-0.4.3-r1.ebuild,v 1.6 2014/08/13 09:23:10 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3} ) @@ -18,7 +18,7 @@ SLOT="0" if [[ ${PV} == "9999" ]]; then KEYWORDS="" else - KEYWORDS="amd64 ~ppc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ppc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" fi NETWORKS="+irc" |