python 3.4 support
This commit is contained in:
parent
c17796c467
commit
64b9de2bf9
@ -3,7 +3,10 @@
|
||||
# $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_COMPAT=(
|
||||
python{2_5,2_6,2_7,3_1,3_2,3_3,3_4}
|
||||
pypy{1_9,2_0} jython{2_5,2_7}
|
||||
)
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user