dev-python/pillowfight: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 15:54:37 +0000 (17:54 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 16:21:12 +0000 (18:21 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/pillowfight/pillowfight-0.2.ebuild

index 765adce168ab0cef39c7f90969e2fc68c742e9f7..2851d304c9257f1ebe0ca5c621b19c1bd0d26fe3 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1