dev-python/pyflakes: Add python3_3 target to version 1.0.0

This commit is contained in:
Sean Vig
2015-11-23 08:49:05 -06:00
committed by Justin Lecher
parent 1ce209a99d
commit 7cf73868e4

View File

@@ -3,7 +3,7 @@
# $Id$
EAPI=5
PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
inherit distutils-r1