aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolkmar W. Pogatzki <gentoo@pogatzki.net>2020-10-21 08:23:24 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-12-27 00:56:28 +0100
commit223d3019f37372a86fc1e77ecbe908bce3f3b4db (patch)
treee540533e4917e4a4fc52238a336b4313a92d275f
parentqmake-utils.eclass: Ban qmake-utils_find_pro_file() as well (diff)
downloadqt-223d3019f37372a86fc1e77ecbe908bce3f3b4db.tar.gz
qt-223d3019f37372a86fc1e77ecbe908bce3f3b4db.tar.bz2
qt-223d3019f37372a86fc1e77ecbe908bce3f3b4db.zip
dev-qt/qtdeclarative: python3_9
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--dev-qt/qtdeclarative/qtdeclarative-5.15.9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.15.9999.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.15.9999.ebuild
index 0a1641a4..69cb6972 100644
--- a/dev-qt/qtdeclarative/qtdeclarative-5.15.9999.ebuild
+++ b/dev-qt/qtdeclarative/qtdeclarative-5.15.9999.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+
+PYTHON_COMPAT=( python3_{6..9} )
inherit python-any-r1 qt5-build
DESCRIPTION="The QML and Quick modules for the Qt5 framework"