diff options
author | Joonas Niilola <juippis@gmail.com> | 2018-08-22 08:59:16 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-22 23:52:51 +0200 |
commit | b1b228fdff35b2055720cbec5769eb3593465415 (patch) | |
tree | 313f9fd3f18874a08a4252d5e1a0ba58cd8449aa /media-video | |
parent | dev-python/parsedatetime: enable python3.7 (diff) | |
download | gentoo-b1b228fdff35b2055720cbec5769eb3593465415.tar.gz gentoo-b1b228fdff35b2055720cbec5769eb3593465415.tar.bz2 gentoo-b1b228fdff35b2055720cbec5769eb3593465415.zip |
media-video/vcsi: enable python3.7
Package-Manager: Portage[mgorny]-2.3.43.3
Closes: https://github.com/gentoo/gentoo/pull/9659
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/vcsi/vcsi-7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/vcsi/vcsi-7.ebuild b/media-video/vcsi/vcsi-7.ebuild index 87cb0c19609a..01930585d6c2 100644 --- a/media-video/vcsi/vcsi-7.ebuild +++ b/media-video/vcsi/vcsi-7.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_{5..7} ) inherit distutils-r1 |