From: Zac Medico Date: Sun, 12 Mar 2017 12:24:35 +0000 (-0700) Subject: dev-python/httplib2: Add python3_6 to PYTHON_COMPAT X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2dd6ea4c5d3cc1666930e85568f266fad99c92e4;p=gentoo.git dev-python/httplib2: Add python3_6 to PYTHON_COMPAT Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- diff --git a/dev-python/httplib2/httplib2-0.10.3.ebuild b/dev-python/httplib2/httplib2-0.10.3.ebuild index d318a5c34386..a12c08521b0b 100644 --- a/dev-python/httplib2/httplib2-0.10.3.ebuild +++ b/dev-python/httplib2/httplib2-0.10.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 diff --git a/dev-python/httplib2/httplib2-0.9.2-r2.ebuild b/dev-python/httplib2/httplib2-0.9.2-r2.ebuild index b2ceb82be93f..063a7624efe8 100644 --- a/dev-python/httplib2/httplib2-0.9.2-r2.ebuild +++ b/dev-python/httplib2/httplib2-0.9.2-r2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1