diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-03-10 12:54:05 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-03-10 12:54:32 -0800 |
commit | 3b68e6ef49006fc056449b865643e125b2beea38 (patch) | |
tree | 12b7069202de9592611bcb1c08bc3ca5c055d736 /dev-python/PyQt4/PyQt4-4.12.ebuild | |
parent | dev-python/processing: Port to EAPI 6 (diff) | |
download | gentoo-3b68e6ef49006fc056449b865643e125b2beea38.tar.gz gentoo-3b68e6ef49006fc056449b865643e125b2beea38.tar.bz2 gentoo-3b68e6ef49006fc056449b865643e125b2beea38.zip |
dev-python/PyQt4: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/PyQt4/PyQt4-4.12.ebuild')
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/PyQt4/PyQt4-4.12.ebuild b/dev-python/PyQt4/PyQt4-4.12.ebuild index 30c9367d62d6..f700fb6363cd 100644 --- a/dev-python/PyQt4/PyQt4-4.12.ebuild +++ b/dev-python/PyQt4/PyQt4-4.12.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit multibuild python-r1 qmake-utils toolchain-funcs |