commit: 272f1279cf9b64ea5419ed249575dca5894fdbd4
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 21:35:33 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 21:41:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=272f1279
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 1308f824ba0..9933f8ea50c 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 f02ff73ba78..9b834b6060c 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 5ea1608b9be..3d2dc707459 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