dev-python/kitchen: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 14:47:42 +0000 (16:47 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 15:23:36 +0000 (17:23 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/kitchen/kitchen-1.2.4.ebuild

index 583f8303832b9793b31311150f290e3d423c69a8..3fa124cd30f161b26a7c54d3e18a705c267f5cd0 100644 (file)
@@ -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"