dev-python/pygobject: Add python3.5 support

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-10-19 15:47:14 +02:00
parent d239994c9c
commit cbece91e04
2 changed files with 4 additions and 3 deletions

View File

@@ -3,9 +3,10 @@
# $Id$
EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit eutils gnome2 python-r1 virtualx