dev-python/beaker: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Wed, 27 Jun 2018 20:27:01 +0000 (22:27 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 27 Jun 2018 20:32:42 +0000 (22:32 +0200)
Package-Manager: Portage-2.3.41, Repoman-2.3.9

dev-python/beaker/beaker-1.8.1.ebuild

index b8f86bf2609ecaa3739640af194e366fc25e9f7c..dcc0f9c1565421940e2ca709b08f00bb472a371e 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
 
 inherit distutils-r1