dev-python/simplegeneric: Add python3_6 to PYTHON_COMPAT
authorZac Medico <zmedico@gentoo.org>
Fri, 10 Mar 2017 06:21:47 +0000 (22:21 -0800)
committerZac Medico <zmedico@gentoo.org>
Fri, 10 Mar 2017 06:21:47 +0000 (22:21 -0800)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild

index 422222b78454bbc43e407f2d39aa01dd4c899f58..3f5962302f1105016ce0d263e0731b74d6c35afe 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