diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-11-28 13:37:39 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-11-28 13:37:39 +0000 |
commit | 34bf1dd811a91e872ee895c9c5c17704f74f3307 (patch) | |
tree | 60598b2a290a628f36394d3ed5eba32fe9042cbf /net-irc | |
parent | Support python 3.4 (diff) | |
download | gentoo-2-34bf1dd811a91e872ee895c9c5c17704f74f3307.tar.gz gentoo-2-34bf1dd811a91e872ee895c9c5c17704f74f3307.tar.bz2 gentoo-2-34bf1dd811a91e872ee895c9c5c17704f74f3307.zip |
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/weechat/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/weechat/weechat-0.4.3-r1.ebuild | 4 | ||||
-rw-r--r-- | net-irc/weechat/weechat-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-irc/weechat/ChangeLog b/net-irc/weechat/ChangeLog index 624487018d3e..80f32589470a 100644 --- a/net-irc/weechat/ChangeLog +++ b/net-irc/weechat/ChangeLog @@ -1,6 +1,10 @@ # 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.143 2014/08/13 09:23:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.144 2014/11/28 13:37:39 pacho Exp $ + + 28 Nov 2014; Pacho Ramos <pacho@gentoo.org> weechat-0.4.3-r1.ebuild, + weechat-9999.ebuild: + Support python 3.4 13 Aug 2014; Agostino Sarubbo <ago@gentoo.org> weechat-0.4.3-r1.ebuild: Stable for ppc, wrt bug #505476 diff --git a/net-irc/weechat/weechat-0.4.3-r1.ebuild b/net-irc/weechat/weechat-0.4.3-r1.ebuild index 53ac623924b7..d7851d1428cf 100644 --- a/net-irc/weechat/weechat-0.4.3-r1.ebuild +++ b/net-irc/weechat/weechat-0.4.3-r1.ebuild @@ -1,9 +1,9 @@ # 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.6 2014/08/13 09:23:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-0.4.3-r1.ebuild,v 1.7 2014/11/28 13:37:39 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) EGIT_REPO_URI="git://git.sv.gnu.org/weechat.git" [[ ${PV} == "9999" ]] && GIT_ECLASS="git-r3" diff --git a/net-irc/weechat/weechat-9999.ebuild b/net-irc/weechat/weechat-9999.ebuild index 844bdf233e08..c64268b60039 100644 --- a/net-irc/weechat/weechat-9999.ebuild +++ b/net-irc/weechat/weechat-9999.ebuild @@ -1,9 +1,9 @@ # 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-9999.ebuild,v 1.33 2014/08/10 20:54:10 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-9999.ebuild,v 1.34 2014/11/28 13:37:39 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) EGIT_REPO_URI="https://github.com/weechat/weechat.git" [[ ${PV} == "9999" ]] && GIT_ECLASS="git-r3" |