diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-07-24 19:34:26 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-07-24 19:34:26 +0000 |
commit | 082c28d8629af13fe8925d385e446abad93afa7c (patch) | |
tree | ffba2567090f2f68ad67e778dd62419e3ff535cc /net-im/empathy | |
parent | Version bump (diff) | |
download | gentoo-2-082c28d8629af13fe8925d385e446abad93afa7c.tar.gz gentoo-2-082c28d8629af13fe8925d385e446abad93afa7c.tar.bz2 gentoo-2-082c28d8629af13fe8925d385e446abad93afa7c.zip |
3.8 is supposed to build against python3 and it appears to work fine.
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'net-im/empathy')
-rw-r--r-- | net-im/empathy/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/empathy/empathy-3.8.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-im/empathy/ChangeLog b/net-im/empathy/ChangeLog index 13e08c691f9e..9a092db63cfe 100644 --- a/net-im/empathy/ChangeLog +++ b/net-im/empathy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/empathy # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v 1.130 2013/07/23 01:08:37 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v 1.131 2013/07/24 19:34:26 eva Exp $ + + 24 Jul 2013; Gilles Dartiguelongue <eva@gentoo.org> empathy-3.8.3.ebuild: + 3.8 is supposed to build against python3 and it appears to work fine. 23 Jul 2013; Alexandre Rostovtsev <tetromino@gentoo.org> empathy-2.34.0-r2.ebuild: diff --git a/net-im/empathy/empathy-3.8.3.ebuild b/net-im/empathy/empathy-3.8.3.ebuild index aa2cf41ccd27..6f2afeb209f7 100644 --- a/net-im/empathy/empathy-3.8.3.ebuild +++ b/net-im/empathy/empathy-3.8.3.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-3.8.3.ebuild,v 1.1 2013/05/24 20:37:21 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-3.8.3.ebuild,v 1.2 2013/07/24 19:34:26 eva Exp $ EAPI="5" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python2_{5,6,7} ) +PYTHON_COMPAT=( python2_{5,6,7} python3_{2,3} ) inherit gnome2 python-any-r1 virtualx |