1
0
Fork 0

Added full list python compatibilities

This commit is contained in:
Horea Christian 2013-11-10 15:47:13 +01:00
parent 98ff6c8932
commit b064165e51
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
PYTHON_COMPAT=( python{2_6, 2_7, 3_2, 3_3} )
inherit python-single-r1