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 | |
| parent | 7aebc2fd6c5e4e1c80b1aabf529b93b5f6eebdc5 (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')
| -rw-r--r-- | dev-python/PyQt4/PyQt4-4.11.4-r1.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/PyQt4/PyQt4-4.12.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/PyQt4/PyQt4-4.11.4-r1.ebuild b/dev-python/PyQt4/PyQt4-4.11.4-r1.ebuild index 2e61d11a54ef..9e4875477050 100644 --- a/dev-python/PyQt4/PyQt4-4.11.4-r1.ebuild +++ b/dev-python/PyQt4/PyQt4-4.11.4-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit eutils multibuild python-r1 qmake-utils toolchain-funcs 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 |
