From: Pacho Ramos Date: Sun, 24 Jun 2018 14:47:42 +0000 (+0200) Subject: dev-python/kitchen: Support python3.6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b2abaf9577002874234c37f40f8ce25379033940;p=gentoo.git dev-python/kitchen: Support python3.6 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/dev-python/kitchen/kitchen-1.2.4.ebuild b/dev-python/kitchen/kitchen-1.2.4.ebuild index 583f8303832b..3fa124cd30f1 100644 --- a/dev-python/kitchen/kitchen-1.2.4.ebuild +++ b/dev-python/kitchen/kitchen-1.2.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="A cornucopia of useful code"