From 3b68e6ef49006fc056449b865643e125b2beea38 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 10 Mar 2017 12:54:05 -0800 Subject: [PATCH] dev-python/PyQt4: Add python3_6 to PYTHON_COMPAT Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- dev-python/PyQt4/PyQt4-4.11.4-r1.ebuild | 2 +- 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 2e61d11a54ef1..9e48754770505 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 30c9367d62d61..f700fb6363cda 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