commit: f17f8f60d3a545465a540831ad105f1c06d69fdb
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 19:53:10 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 10:14:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f17f8f60
dev-qt/qtdeclarative: Add support for newer python
Package-Manager: Portage-2.3.16, Repoman-2.3.6
dev-qt/qtdeclarative/qtdeclarative-5.9.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.9.3.ebuild
b/dev-qt/qtdeclarative/qtdeclarative-5.9.3.ebuild
index 23c47148b11..f3759a5dc3f 100644
--- a/dev-qt/qtdeclarative/qtdeclarative-5.9.3.ebuild
+++ b/dev-qt/qtdeclarative/qtdeclarative-5.9.3.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 python-any-r1 qt5-build
DESCRIPTION="The QML and Quick modules for the Qt5 framework"