1
0
Fork 0

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
1 changed files with 1 additions and 1 deletions

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