dev-python/python-gflags: note py3 compat

This commit is contained in:
Mike Frysinger
2016-03-28 14:49:54 -04:00
parent 189309b169
commit 031521f357

View File

@@ -4,6 +4,8 @@
EAPI=6
# Python 3 is in testing, but is waiting for the next release:
# https://github.com/gflags/python-gflags/issues/17
PYTHON_COMPAT=( python2_7 pypy )
inherit distutils-r1