dev-python/authres: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Mon, 24 Apr 2017 15:39:51 +0000 (17:39 +0200)
committerPacho Ramos <pacho@gentoo.org>
Mon, 24 Apr 2017 15:49:13 +0000 (17:49 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-python/authres/authres-0.800.ebuild

index 842efa83b56e9b074ca8469240dd387526c9f19f..12ce8847c3037b8057452e26c3db9bb57b923e6c 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=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1