1
0
mirror of synced 2024-06-03 11:18:11 +02:00

Added full list python compatibilities

This commit is contained in:
Horea Christian 2013-11-10 15:47:13 +01:00
parent 98ff6c8932
commit b064165e51

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