dev-python/crumbs: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Mon, 29 May 2017 10:08:18 +0000 (12:08 +0200)
committerPacho Ramos <pacho@gentoo.org>
Mon, 29 May 2017 16:31:33 +0000 (18:31 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-python/crumbs/crumbs-2.1.0.ebuild

index 97eedb0e92f6b03538b5485ceff6e698214c1650..5a4c27d1f8984c921539fb41628e6476b55b5888 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1