adjust ebuild for recent gentoo pythons

This commit is contained in:
ndparker 2014-11-07 21:54:12 +01:00
parent b64279be0d
commit 81097bc3d9
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# Copyright 2011-2013 Andr\xe9 Malo
# Copyright 2011-2014 Andr\xe9 Malo
# Distributed under the terms of the GNU General Public License v2
# $Header$
EAPI="5"
PYTHON_COMPAT=(
python{2_5,2_6,2_7,3_1,3_2,3_3}
pypy{1_9,2_0} jython{2_5,2_7}
python{2_7,3_3,3_4}
pypy jython{2_5,2_7}
)
inherit distutils-r1