dev-python/PyQt5: add python3_7
authorDavide Pesavento <pesa@gentoo.org>
Thu, 16 Aug 2018 21:28:29 +0000 (23:28 +0200)
committerDavide Pesavento <pesa@gentoo.org>
Thu, 16 Aug 2018 21:28:29 +0000 (23:28 +0200)
Thanks to Virgil Dupras for testing

Closes: https://bugs.gentoo.org/662798
Package-Manager: Portage-2.3.46, Repoman-2.3.10

dev-python/PyQt5/PyQt5-5.10.1-r1.ebuild

index 55b8624c98a84c813c385f1737b18aa51cfe0291..aac34c8a33a892de5584ef70271080f327023b6f 100644 (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"