dev-python/PyQt5: add python3_7

Thanks to Virgil Dupras for testing

Closes: https://bugs.gentoo.org/662798
Package-Manager: Portage-2.3.46, Repoman-2.3.10
This commit is contained in:
Davide Pesavento
2018-08-16 23:28:29 +02:00
parent 77205f30a9
commit 98f0ea76d0

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
inherit multibuild python-r1 qmake-utils
DESCRIPTION="Python bindings for the Qt framework"