dev-python/pyflann: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 16:23:51 +0000 (18:23 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 16:40:22 +0000 (18:40 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/pyflann/pyflann-1.9.1.ebuild

index 44dcefe8be44109dfb31a898386bd1ceb7724f26..92302ea2c7eb25074f2f5e47df156368f3757738 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1