From: Davide Pesavento Date: Thu, 16 Aug 2018 21:28:29 +0000 (+0200) Subject: dev-python/PyQt5: add python3_7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=98f0ea76d08261a44d391ee0cc7a95bb342b458f;p=gentoo.git 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 --- diff --git a/dev-python/PyQt5/PyQt5-5.10.1-r1.ebuild b/dev-python/PyQt5/PyQt5-5.10.1-r1.ebuild index 55b8624c98a8..aac34c8a33a8 100644 --- a/dev-python/PyQt5/PyQt5-5.10.1-r1.ebuild +++ b/dev-python/PyQt5/PyQt5-5.10.1-r1.ebuild @@ -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"