diff options
author | Jonathan Callen <jcallen@gentoo.org> | 2018-12-02 20:31:31 -0500 |
---|---|---|
committer | Jonathan Callen <jcallen@gentoo.org> | 2018-12-02 21:18:13 -0500 |
commit | 4c3408ae4d20822d0090e0965690230183652c31 (patch) | |
tree | 4254fafe5b675f9854f4d29fe15d6071baff3b48 | |
parent | dev-python/ssl-fetch: add python3_7 (diff) | |
download | gentoo-4c3408ae4d20822d0090e0965690230183652c31.tar.gz gentoo-4c3408ae4d20822d0090e0965690230183652c31.tar.bz2 gentoo-4c3408ae4d20822d0090e0965690230183652c31.zip |
dev-qt/qtdeclarative: add python3_7
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jonathan Callen <jcallen@gentoo.org>
-rw-r--r-- | dev-qt/qtdeclarative/qtdeclarative-5.11.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.11.2.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.11.2.ebuild index 325ae743da16..8876b08e5c0c 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.11.2.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.11.2.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,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) inherit python-any-r1 qt5-build DESCRIPTION="The QML and Quick modules for the Qt5 framework" |