From: Zac Medico Date: Thu, 9 Feb 2017 23:41:42 +0000 (-0800) Subject: dev-python/certifi: PYTHON_COMPAT: add python3_6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9741aa743bb8aacbe7c2ed613e7a5fbfa73890d7;p=gentoo.git dev-python/certifi: PYTHON_COMPAT: add python3_6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/dev-python/certifi/certifi-2016.9.26.ebuild b/dev-python/certifi/certifi-2016.9.26.ebuild index d446836df22a..dc35c014caa0 100644 --- a/dev-python/certifi/certifi-2016.9.26.ebuild +++ b/dev-python/certifi/certifi-2016.9.26.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/certifi/certifi-2017.1.23.ebuild b/dev-python/certifi/certifi-2017.1.23.ebuild index eabf0cdcb367..4c147b7fe99e 100644 --- a/dev-python/certifi/certifi-2017.1.23.ebuild +++ b/dev-python/certifi/certifi-2017.1.23.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