dev-python/python-gflags: note py3 compat
authorMike Frysinger <vapier@gentoo.org>
Mon, 28 Mar 2016 18:49:54 +0000 (14:49 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 28 Mar 2016 19:10:57 +0000 (15:10 -0400)
dev-python/python-gflags/python-gflags-3.0.2.ebuild

index d26a4bfc7892f1e2939ee6abe2e02503b5442fbf..b821f3493171cf15dfef76b06bb05727d4226f81 100644 (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