1
0
mirror of synced 2024-06-02 10:48:09 +02:00

added python 3 compatibility

This commit is contained in:
Horea Christian 2016-12-31 04:31:23 +01:00
parent 5621cec508
commit e78953f7f1

View File

@ -4,7 +4,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 )
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
inherit distutils-r1 git-r3 multilib