dev-python/plyvel: add python3.6 to PYTHON_COMPAT
authorZac Medico <zmedico@gentoo.org>
Tue, 26 Dec 2017 08:08:40 +0000 (00:08 -0800)
committerZac Medico <zmedico@gentoo.org>
Tue, 26 Dec 2017 08:17:31 +0000 (00:17 -0800)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

dev-python/plyvel/plyvel-0.9.ebuild

index ce2e392a5bb7b1ac38a64a5c434fc1e95852d545..cb3f4cd0ce2945301758d0eca1f8ed93692ce0e2 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1