commit: b1b228fdff35b2055720cbec5769eb3593465415 Author: Joonas Niilola <juippis <AT> gmail <DOT> com> AuthorDate: Wed Aug 22 05:59:16 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Aug 22 21:52:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1b228fd
media-video/vcsi: enable python3.7 Package-Manager: Portage[mgorny]-2.3.43.3 Closes: https://github.com/gentoo/gentoo/pull/9659 media-video/vcsi/vcsi-7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/vcsi/vcsi-7.ebuild b/media-video/vcsi/vcsi-7.ebuild index 87cb0c19609..01930585d6c 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
