From: Joonas Niilola Date: Wed, 22 Aug 2018 05:59:16 +0000 (+0300) Subject: media-video/vcsi: enable python3.7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b1b228fdff35b2055720cbec5769eb3593465415;p=gentoo.git media-video/vcsi: enable python3.7 Package-Manager: Portage[mgorny]-2.3.43.3 Closes: https://github.com/gentoo/gentoo/pull/9659 --- 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