dev-python/python-rethinkdb: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 19:13:13 +0000 (21:13 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 19:21:10 +0000 (21:21 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/python-rethinkdb/python-rethinkdb-2.3.0.ebuild

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