dev-python/pygraphviz: Add python3_6
authorManuel Rüger <mrueg@gentoo.org>
Wed, 17 May 2017 16:23:34 +0000 (18:23 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Wed, 17 May 2017 16:23:34 +0000 (18:23 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-python/pygraphviz/pygraphviz-1.3.1.ebuild

index c85174a3a7f10df1b53c881025efdd51546249a7..a014d0eade9565fe95f45c1344a3c4c4c9f4aa98 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=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1