diff options
author | Davide Pesavento <pesa@gentoo.org> | 2018-08-16 23:28:29 +0200 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2018-08-16 23:28:29 +0200 |
commit | 98f0ea76d08261a44d391ee0cc7a95bb342b458f (patch) | |
tree | bfc9e407b88b154c4ba65f822712032efaef5e19 /dev-python/PyQt5 | |
parent | media-libs/woff2: Tested on ~amd64-fbsd, #661356 (diff) | |
download | gentoo-98f0ea76d08261a44d391ee0cc7a95bb342b458f.tar.gz gentoo-98f0ea76d08261a44d391ee0cc7a95bb342b458f.tar.bz2 gentoo-98f0ea76d08261a44d391ee0cc7a95bb342b458f.zip |
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
Diffstat (limited to 'dev-python/PyQt5')
-rw-r--r-- | dev-python/PyQt5/PyQt5-5.10.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |