1
0
mirror of synced 2024-06-09 22:19:57 +02:00

improved python compat to actual tested versions

This commit is contained in:
Horea Christian 2014-03-26 02:31:53 +01:00
parent b064165e51
commit 196d07aff4

View File

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