From: Mike Frysinger Date: Mon, 28 Mar 2016 18:49:54 +0000 (-0400) Subject: dev-python/python-gflags: note py3 compat X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=031521f3574f383b5a9ffa1139aea3c7d86403d3;p=gentoo.git dev-python/python-gflags: note py3 compat --- diff --git a/dev-python/python-gflags/python-gflags-3.0.2.ebuild b/dev-python/python-gflags/python-gflags-3.0.2.ebuild index d26a4bfc7892..b821f3493171 100644 --- a/dev-python/python-gflags/python-gflags-3.0.2.ebuild +++ b/dev-python/python-gflags/python-gflags-3.0.2.ebuild @@ -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