diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-11-25 15:19:04 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-11-25 15:19:04 +0000 |
commit | 2f03f502bc189c9689082ef3c667cd07c1d0a942 (patch) | |
tree | f9be6db75091ee3493c222c4c6ce6798221f5029 /net-im | |
parent | Support python 3.4 (diff) | |
download | gentoo-2-2f03f502bc189c9689082ef3c667cd07c1d0a942.tar.gz gentoo-2-2f03f502bc189c9689082ef3c667cd07c1d0a942.tar.bz2 gentoo-2-2f03f502bc189c9689082ef3c667cd07c1d0a942.zip |
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/empathy/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/empathy/empathy-3.12.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-im/empathy/ChangeLog b/net-im/empathy/ChangeLog index 7ec6d21f92df..086d3e868a29 100644 --- a/net-im/empathy/ChangeLog +++ b/net-im/empathy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/empathy # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v 1.158 2014/11/13 12:28:02 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v 1.159 2014/11/25 15:19:04 pacho Exp $ + + 25 Nov 2014; Pacho Ramos <pacho@gentoo.org> empathy-3.12.7.ebuild: + Support python 3.4 13 Nov 2014; Pacho Ramos <pacho@gentoo.org> -empathy-2.34.0-r2.ebuild, -empathy-3.12.6.ebuild, -files/empathy-2.34.0-CVE-2011-3635.patch, diff --git a/net-im/empathy/empathy-3.12.7.ebuild b/net-im/empathy/empathy-3.12.7.ebuild index 2c755e534d2f..7c62c84d2ae8 100644 --- a/net-im/empathy/empathy-3.12.7.ebuild +++ b/net-im/empathy/empathy-3.12.7.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-3.12.7.ebuild,v 1.1 2014/10/14 10:14:28 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-3.12.7.ebuild,v 1.2 2014/11/25 15:19:04 pacho Exp $ EAPI="5" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python2_{6,7} python3_{2,3} ) +PYTHON_COMPAT=( python2_{6,7} python3_{2,3,4} ) inherit gnome2 python-any-r1 virtualx |