dev-python/ghp-import: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Wed, 12 Jul 2017 10:02:35 +0000 (12:02 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 12 Jul 2017 14:41:21 +0000 (16:41 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-python/ghp-import/ghp-import-0.4.1-r1.ebuild

index 59e7a13b4553f6d93f6c4907bf6e74e3d19139c1..7bad1544380db7789ae2200b6d96b4d0968423d1 100644 (file)
@@ -1,8 +1,8 @@
-# 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 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1