From: Zac Medico Date: Fri, 10 Feb 2017 22:45:30 +0000 (-0800) Subject: dev-python/decorator: PYTHON_COMPAT: add python3_6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b77e2e8d81e22ddeef9dc52acce278b78a2811c4;p=gentoo.git dev-python/decorator: PYTHON_COMPAT: add python3_6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/dev-python/decorator/decorator-4.0.10.ebuild b/dev-python/decorator/decorator-4.0.10.ebuild index 38981c862248..688889ffe9f8 100644 --- a/dev-python/decorator/decorator-4.0.10.ebuild +++ b/dev-python/decorator/decorator-4.0.10.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 diff --git a/dev-python/decorator/decorator-4.0.11.ebuild b/dev-python/decorator/decorator-4.0.11.ebuild index 3667b34d36ec..b98e387a5ef0 100644 --- a/dev-python/decorator/decorator-4.0.11.ebuild +++ b/dev-python/decorator/decorator-4.0.11.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 diff --git a/dev-python/decorator/decorator-4.0.2.ebuild b/dev-python/decorator/decorator-4.0.2.ebuild index 7a429617405b..9bbe06d4d706 100644 --- a/dev-python/decorator/decorator-4.0.2.ebuild +++ b/dev-python/decorator/decorator-4.0.2.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1