From 272f1279cf9b64ea5419ed249575dca5894fdbd4 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 10 Mar 2017 13:35:33 -0800 Subject: [PATCH] dev-python/PyQt5: Add python3_6 to PYTHON_COMPAT Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- dev-python/PyQt5/PyQt5-5.5.1.ebuild | 2 +- dev-python/PyQt5/PyQt5-5.6.1_pre1604271126.ebuild | 2 +- dev-python/PyQt5/PyQt5-5.7.1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/PyQt5/PyQt5-5.5.1.ebuild b/dev-python/PyQt5/PyQt5-5.5.1.ebuild index 1308f824ba081..9933f8ea50c75 100644 --- a/dev-python/PyQt5/PyQt5-5.5.1.ebuild +++ b/dev-python/PyQt5/PyQt5-5.5.1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit eutils multibuild multilib python-r1 qmake-utils diff --git a/dev-python/PyQt5/PyQt5-5.6.1_pre1604271126.ebuild b/dev-python/PyQt5/PyQt5-5.6.1_pre1604271126.ebuild index f02ff73ba785e..9b834b6060cc6 100644 --- a/dev-python/PyQt5/PyQt5-5.6.1_pre1604271126.ebuild +++ b/dev-python/PyQt5/PyQt5-5.6.1_pre1604271126.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 diff --git a/dev-python/PyQt5/PyQt5-5.7.1.ebuild b/dev-python/PyQt5/PyQt5-5.7.1.ebuild index 5ea1608b9be4c..3d2dc70745964 100644 --- a/dev-python/PyQt5/PyQt5-5.7.1.ebuild +++ b/dev-python/PyQt5/PyQt5-5.7.1.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