From: Zac Medico Date: Fri, 10 Mar 2017 20:54:05 +0000 (-0800) Subject: dev-python/PyQt4: Add python3_6 to PYTHON_COMPAT X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3b68e6ef49006fc056449b865643e125b2beea38;p=gentoo.git dev-python/PyQt4: Add python3_6 to PYTHON_COMPAT Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- 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