Guess it doesn't work with python3 after all (bug #566932)

Package-Manager: portage-2.2.20.1
This commit is contained in:
Michael Sterrett
2015-11-26 13:44:29 -05:00
parent 6d2ebadd26
commit fef30663bb

View File

@@ -3,7 +3,7 @@
# $Id$
EAPI=5
PYTHON_COMPAT=( python{2_7,3_4} )
PYTHON_COMPAT=( python2_7 )
inherit eutils python-any-r1 toolchain-funcs games
MY_PV="${PV/.}"