From: Zac Medico Date: Thu, 16 Mar 2017 07:37:29 +0000 (-0700) Subject: dev-python/dill: Add python3_6 to PYTHON_COMPAT X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=15a7f02c9c42766ea57ab86c8448d524f731cbde;p=gentoo.git dev-python/dill: Add python3_6 to PYTHON_COMPAT Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- diff --git a/dev-python/dill/dill-0.2.5.ebuild b/dev-python/dill/dill-0.2.5.ebuild index f5c0414419a2..ef70f9de3e2c 100644 --- a/dev-python/dill/dill-0.2.5.ebuild +++ b/dev-python/dill/dill-0.2.5.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5,6} pypy ) inherit distutils-r1