dev-util/howdoi: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Wed, 12 Jul 2017 14:36:20 +0000 (16:36 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 12 Jul 2017 14:42:49 +0000 (16:42 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-util/howdoi/howdoi-1.1.9.ebuild

index 64922e337903fc69b7e7aa150db8a4e7a854f2e4..16b477d33ed509b3d1200a874331e83f6467fccc 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=6
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit distutils-r1
 
 DESCRIPTION="A code search tool"