projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bee7785
)
dev-python/moviepy: Support python3.6
author
Pacho Ramos
<pacho@gentoo.org>
Sun, 24 Jun 2018 15:08:26 +0000
(17:08 +0200)
committer
Pacho 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
patch
|
blob
|
history
diff --git
a/dev-python/moviepy/moviepy-0.2.2.ebuild
b/dev-python/moviepy/moviepy-0.2.2.ebuild
index 79c4f69c389b214980ba5b3e2e7147ed12250a08..4df793e65d4202b1ee8abc5eaccc8826f63363d7 100644
(file)
--- a/
dev-python/moviepy/moviepy-0.2.2.ebuild
+++ b/
dev-python/moviepy/moviepy-0.2.2.ebuild
@@
-1,9
+1,9
@@
-# Copyright 1999-201
6
Gentoo Foundation
+# Copyright 1999-201
8
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