dev-python/d2to1: Support python 3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 16:11:41 +0000 (18:11 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 16:21:28 +0000 (18:21 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/d2to1/d2to1-0.2.12_p1.ebuild

index 9b52754a24c65ca34e0ff8c5dc19ee131f0402d2..8d555a022c0a0ce1bb951da61ac38720609b727e 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 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 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1