dev-python/pysolr: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Wed, 12 Jul 2017 11:04:58 +0000 (13:04 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 12 Jul 2017 14:41:36 +0000 (16:41 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-python/pysolr/pysolr-3.3.2.ebuild

index 7527f991936998290b323596e5168e7d663d5769..1ea18a0785f2ccff91da7eaac5476efc275e7a22 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1