From 15a7f02c9c42766ea57ab86c8448d524f731cbde Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 16 Mar 2017 00:37:29 -0700 Subject: [PATCH] dev-python/dill: Add python3_6 to PYTHON_COMPAT Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- dev-python/dill/dill-0.2.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/dill/dill-0.2.5.ebuild b/dev-python/dill/dill-0.2.5.ebuild index f5c0414419a2c..ef70f9de3e2c9 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