dev-python/moviepy: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 15:08:26 +0000 (17:08 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 15:23:46 +0000 (17:23 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/moviepy/moviepy-0.2.2.ebuild

index 79c4f69c389b214980ba5b3e2e7147ed12250a08..4df793e65d4202b1ee8abc5eaccc8826f63363d7 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=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1