dev-python/python-ddp: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 18:52:57 +0000 (20:52 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 19:20:53 +0000 (21:20 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/python-ddp/python-ddp-0.1.5.ebuild

index 8a4ad84ed38e05fcc7df34ee53232540d09d07d6..2d02dbf1eb11628e89056f988cecf059a5a3ee17 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1