diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-12-09 21:07:26 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-12-10 11:15:07 +0100 |
commit | a525b6c104ccb2b0e3289923c7669fa3f43d254e (patch) | |
tree | 1b938f1f44d544a8557a310f509aae6128759653 /media-video/dcpomatic/dcpomatic-2.11.7.ebuild | |
parent | media-libs/libxmlbird: Add support for newer python (diff) | |
download | gentoo-a525b6c104ccb2b0e3289923c7669fa3f43d254e.tar.gz gentoo-a525b6c104ccb2b0e3289923c7669fa3f43d254e.tar.bz2 gentoo-a525b6c104ccb2b0e3289923c7669fa3f43d254e.zip |
media-video/dcpomatic: Add support for newer python
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'media-video/dcpomatic/dcpomatic-2.11.7.ebuild')
-rw-r--r-- | media-video/dcpomatic/dcpomatic-2.11.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/dcpomatic/dcpomatic-2.11.7.ebuild b/media-video/dcpomatic/dcpomatic-2.11.7.ebuild index d8f8113508ba..3681e281c1d3 100644 --- a/media-video/dcpomatic/dcpomatic-2.11.7.ebuild +++ b/media-video/dcpomatic/dcpomatic-2.11.7.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5,6} ) PYTHON_REQ_USE="threads(+)" inherit python-any-r1 waf-utils wxwidgets |